Software Development Network Logo
  • Visual Basic
  • Audio and Video
  • IE Development
  • Visual C#
  • SharePoint Products
  • Visual FoxPro
  • .NET Development
  • Windows Forms
  • SQL Server
  • VS Team System
  • Visual C++
  • Visual Studio
  • Game Technologies
  • Smart Devicet
  • Microsoft ISV

Software Development Network >> Audio and Video

Audio and Video

New Question

Error using System.Network.Wireless
uncompressed YUV to EVR
Gadget close/settings/move icons are incorrectly placed after Sidebar is reloaded
OT: Suggestions about gallery.live.com
Scaling with DXVA2.0
System.Shell.chooseFile documentation is incorrect
Eventhandler "controller_key_down"
Dynamic content from my personal site.
Is there a way to track where your gadget is?
Picture In Picture Sample for Toshiba Player

Top Answerers

tsoetant
Trevor2006
Chris Holland
Joannes Vermorel - MSP
rweatherly
Porko
yazad_gandhi
Dietz
Igor Solodovnikov
guilherme mendes
Jane and Richard - SoundsGood MP3 Player Review
Only Title

Answer Questions

  • GethWho No sound with Windows Vista

    I have a Dell Inspiron E1705. I just downloaded Vista Beta and love it. Except for hot having any sound. My speaker volume is up and not muted. All updates are complete. I did a driver update and it gave an up to date message. Any suggestions Thank you for your time, BD i have amd 3800+ 64.......and mainboard, with soundcard built into it (as they do them now) and i install vista onto my comp....everything working ay-ok, but...the sound....no sound at all...says there is no sound device installed at all and it cant find any,i go on my device manger and there isnt a tab for Sound, video and game controllers! sound worked perfectly fine on xp but not on vista.......i go on help and support, and on there it suggests i ...Show All

  • teqmem HDi for authored HD-DVD

    Golgot13 and Peter Torr thank you for suggestion! Peter, what you think about DVDone tool DVD One from NetBlender is a first-of-kind solution for creating interactive layers for HD DVD, Blu-ray, and DVDs. Merry christmas at all member. The answer is no . Because you need to put a link on existing HD-DVD (inside EVO mux). I don't see any program which make this. With Scenarist HD, there is some option to link at specific postion (menu or video) to jump in Advanced Content when you are in Standard Content and in Standard Content when you are in Advanced Content. Golgot13 MS HDi Guru's, Merry Christmas and Happy New Year! I hope you can answer to ...Show All

  • redneon Pause\Play on 1 button on my popup menu

    I have a popup that I want to have 1 button that is "pause" when he movie is playing but after pressed it turns into a play button...I know how to animate its state so that it shows "play\pause" graphics but in my script I need to know a good if\then command for this button. Case "menu_1" player.playlist.pause(); thats what it is right now and it pauses the video and switches to the "play" graphic for the button...just need a good if\then script for Case "menu_1" Thanx in advance! Peter Torr - MSFT wrote: Section 7.5.2.4.1 will point you to Annex W.2-1 (and some other tables). That makes things so much easier. Thanks. Using $playState &n ...Show All

  • shajimanjeri An interesting survey: HD-DVD vs. Blu-Ray

    A survey from http://www.dvdtown.com/announcement/hddvdsurveybyipsos/3665/ 1. In response to the question “Which statement best describes how likely you would be to buy an HD DVD player,” respondents were over seven times more likely to buy an HD DVD player vs. a Blu-Ray player when all studios support both formats. a. 57% would definitely or probably buy an HD DVD player vs. 8% for Blu-Ray. b. 25% would definitely buy HD DVD vs. 2% for Blu-Ray. 2. Purchase interest in HD DVD remains three times higher than Blu-Ray -- even without HD DVD studio support from Disney and Fox. a. 56% of respondents would definitely or probably buy an HD DVD player vs. 18% for Blu-Ray. b. 20% would definitely buy HD DVD vs. 6% for Blu-Ray. ...Show All

  • c_hales Disabling all Selectable Elements

    I want to disable all buttons at once from script. What is the best way to do this Can I pass an xpath expression like so: document[class('foo')] What is the best method for disabling Setting state:enabled to false document.evaluateXPath is in the spec (Z.12.7.2). It takes the same kind of XPath expressions that are used in markup (7.5.2.4) and returns a nodeList ( defined by XML , but HD DVD returns "static" nodeLists, not live nodeLists). If you mean only the navigational buttons, then you could set focus to an empty button which goes nowhere. <button id="lx" style:x="1px" style:y="1px" style:width="1px" style:height="1px" style:position="absolute" style:navUp="none" style:navDown="none" style:navLeft="no ...Show All

  • deViance Using external style sheets

    Is there a way to use external style sheets without having to use include for the styling section of the markup file XSS My idea is to have the same menu markup file for 2 menus with slightly different styling. Yes -- use <include> for the body instead. I guess I can do that :-) From your answer to this question I understood that include conditions can somehow refer to script. So to learn something new today how would an include condition look like that refers let's say to a variable I'd like to do something like this: <include href="styling1.xss" condition=" variable 'style' equals 1 " /> <include href="styling2.xss" condition=" variable 'style' equals 2 " /> Or am I getti ...Show All

  • Dmitry.K Looking for a Mentor?

    Hi Folks Would someone in the LA area be willing to tutor me in iHD code writing. I have alot a questions and it would help out greatly to sit in with someone. Ive been a Scenarist author and compressionist for several years and would be willing to intern at a facility. Also willing to trade for whatever. Let me know :) Thanks, Eric poweragemedia@yahoo.com ...Show All

  • Raulsassaa namespace support

    Hello Everybody Can some one (from microsoft i suppose) guide about the extent of namespace support they have provided or will provide Thanks Since namespace usage is not so widely prevalent. Does microsoft have any guidelines/recommendations for namespace usage Thanks Mr Torr umm...i have a question Does the prefix "style" is bound ("hardcoded" ) to uri "http://www.dvdforum.org/2005/ihd#style" similarly are the bindings "state" :: "http://www.dvdforum.org/2005/ihd#state" and "ihd" :: "http://www.dvdforum.org/2005/ihd" fixed. and the default namespace is always "http://www.dvdforum.org/2005/ihd" or can we do something like t ...Show All

  • yhong How can I insert a player that plays DVD media (e.g. WinDVD) within a VB module?

    Can someone please point out how to insert a media player like WinDVD inside a Visual Basic application Either using raw coding or ActiveX plug-in is fine. Thanks in advance. You have reached the wrong forum for this question. Let me attempt to answer what I can: For WinDVD specifically you'll need to contact Intervideo to see if they have an ActiveX control for WinDVD and get the name of their control. Windows Media Player can play DVDs as long as you have a DVD decoder installed. The programming interface is very limited. If you are interested in hosting the Windows Media Player, see For VB.net: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwmt/html/playingdigitalm ...Show All

  • dandrievsky Problem in Monitor Control API's in Vista

    I have ATI card on my VISTA system, I want to control the monitor parameters using Monitor configuration functions. As a result in my appilcation I have loaded the dll, like LoadLibrary ("dxva2.dll") I also get the proc address of following functions GetNumberOfPhysicalMonitorsFromHMONITOR = (tGetNumberOfPhysicalMonitorsFromHMONITOR) GetProcAddress (hModule, "GetNumberOfPhysicalMonitorsFromHMONITOR"); GetPhysicalMonitorsFromHMONITOR = (tGetPhysicalMonitorsFromHMONITOR) GetProcAddress(hModule, "GetPhysicalMonitorsFromHMONITOR"); GetCapabilitiesStringLength = (tGetCapabilitiesStringLength) GetProcAddress(hModule, "GetCapabilitiesStringLength"); When I try to use these function, follo ...Show All

  • Dan_Cheshire_UK C#\ActiveX\COM - Display Questions

    There are two "problems" i'm having with gadget. 1. The gadget loads successfully and loads the activex dll embeded in the object tag <object id="control" classid="clsid:129E4D52-C256-11DB-8745-427D56D89593" ></object> But unlike other gadgets not using the ActiveX\COM, i can't just click anywhere on the form and drag the gadget somewhere. I have to move over to the right side of the gadget and get the sliver of pixels showing just to get the little bar to show that has the exit, settings, and selecting bar. Is there code i can use in the c# to allow clicking and moving of the form to 'push through' to the gadgets's default click and moving of the gadget Same question goes for hovering over a no ...Show All

  • SillyMS How to Save User Preferences on Spaces?

    Can someone explain to me how to save user preferences on Spaces or point me to some instructions If there is a way to determine whether a gadget is on Spaces or Live, that would be good to know too so that I can hide the preference link in Spaces view mode. I got one of my gadgets to save user preferences on Live but it's not working on Spaces. Thanks The code suggested above: if (p_args.module.getMode() == Web.Gadget.Mode.view ) { causes an error ("Object doesn't support this object or method") when previewing the gadget on Live.com. Is there a better way to check whether you are in author or view mode Your gadget preferences are not v ...Show All

  • Dharmbir FLAC files?

    Hi, I have an album on my hard drive, but I can't play it using windows media player because it's in FLAC format, can someone please tell me what this file is as i've never heard of it until now. Thanx for any help in advance FLAC is a format for audio files (Free Lossless Audio Codec). As for how to get it to play, that's a question for the Windows Media Player newsgroup: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia.player&lang=en&cr=US My guess is that you'll probably end up needing some tool to convert it to WAV. Follow this link for the FLAC Plug-in: http://www.wmplugins.com/ItemDetail.aspx It ...Show All

  • Dotnetjunky Problem with 'content ID' while creating directory in 'persistent storage'.

    Hello Everybody.... In the java script for creating a directory (FileIO_createDirectory), do we have to specify the content id also If we don't specify, whether the directory will be created or some exception will be thrown I am giving two examples below, please tell in each case what will happen. 1. FileIO.createDirectory("file:///required/app1",callback_createDirectory); 2. FileIO.createDirectory("file:///required/11111111-1111-1111-1111-111111111111/app1",callback_createDirectory); Sorry for the late reply; I was on a trip :-) The player automatically creates a folder for the "Provider"; you can never see this folder since it is virtualised by the player to enforce separation of content. ...Show All

  • Bogdan.B Validator Stopped Working

    The HD DVD Validator recently stopped working could it be because of an upgrade of internet explorer (7.0.5700.6) or do I need to install something again The simulator works fine. Greets! Are you sure you are running the validator with the correct command line arguments The implementation has changed over the last year - the input format and the output format. Personally, I like version 2 from a year ago (I have every install from the last year, so if you need something, let me know). Its not perfect, but the newest version tends to output _way_ too much unless you drastically turn down the warnings (half the time, IE crashes trying to launch the log because its just too big). And, the lastest ver ...Show All

626364656667686970717273747576777879

©2008 Software Development Network

powered by phorum