![]() |
|
|
#11 |
|
Guest
Posts: n/a
|
Re: I can see the video in Firefox but not in IE 7.0
The ASX/WVX is a very powerful redirector file- this was actually an oops
post, and I think I actually killed the publishing point (the mms protocal is for a media server). If you do some digging on it over at MSDN, you can find out about the HTMLView parameter- I actually have a WVX file that opens up a webpage with an embedded player in it- but instead of displaying in IE or FF, it opens up in Windows Media Player. Kind of messy to work with such a tiny place to display your web page "Javier" <Javier@discussions.microsoft.com> wrote in message news:2D6CFB01-8E67-4252-938F-27A638163F85@microsoft.com... > When the answer is very good like yours, is imposible to asking newly.... > > Thanks Mike for your detailed answers, it help me so much to understand a > litle more the video embed in web pages. > > Thanks a lot, > > Javier Valverde S. > > "Mike Mueller" wrote: > >> For some reason I knew that was coming, right after I posted about it... >> >> Here are 3 sample WVX files. They are in an XML format. They are >> basically >> newer constructs of the ASX format. There are many attributes in here >> that >> are empty, and are not needed. >> >> Sample 1: >> >> >> <asx version = "3.0"> >> <entry> >> <ref href = "mms://LFD.lannonfire.com/BoG"/> >> <Title>Sounds of the BoG</Title> >> <Author>Mike Mueller</Author> >> <Copyright>2005</Copyright> >> <Banner></Banner> >> </entry> >> <Title>Sounds of the BoG</Title> >> <Author>Mike Mueller</Author> >> <Copyright>2005</Copyright> >> <Banner></Banner> >> <LogURL href = ""/> >> </asx> >> >> >> >> >> >> >> >> "Javier" <Javier@discussions.microsoft.com> wrote in message >> news:F4BF2E88-7481-41AD-A399-0C4657B63DF7@microsoft.com... >> > Thanks Mike for your answer. >> > >> > Do you have some example of a wvx playlist file?. I'm new in this and I >> > want >> > to know how do you do that. >> > >> > Regards, >> > >> > Javier >> > >> > "Mike Mueller" wrote: >> > >> >> Yes, changing the mime type to match the file should work. >> >> What I generally do is to actually create a wvx playlist file, and >> >> then >> >> put >> >> the actual filenames in there. It will still pull up WMP, and you can >> >> use >> >> multiple files of different types inside of that. >> >> >> >> >> >> >> >> "Javier" <Javier@discussions.microsoft.com> wrote in message >> >> news:E5D38823-05E3-4453-ACF8-78B3BC5B93DB@microsoft.com... >> >> > Hi Mike: >> >> > >> >> > Only a new question: >> >> > >> >> > If I change the in the code "video/x-ms-wmv" the extension for other >> >> > like >> >> > "mpeg", or "avi", it works too?. >> >> > >> >> > Or I have to change in the: >> >> > >> >> > value="http://www.sarahsnotecards.com/catalunyalive/fishstore." >> >> > HERE? >> >> > >> >> > Thanks a lot, >> >> > >> >> > Javier >> >> > >> >> > "Mike Mueller" wrote: >> >> > >> >> >> That code sample is invalid html due to the <embed> >> >> >> >> >> >> The OP is on the right track, it is the data attribute that is >> >> >> causing >> >> >> the >> >> >> issue- try this out: >> >> >> >> >> >> <object type="video/x-ms-wmv" width="320" height="260"> >> >> >> <param name="filename" >> >> >> value="http://www.sarahsnotecards.com/catalunyalive/fishstore.wmv" >> >> >> /> >> >> >> <param name="autostart" value="true" /> >> >> >> <param name="controller" value="true" /> >> >> >> </object> >> >> >> >> >> >> "Steve Griffin" <stevengr@online.microsoft.com> wrote in message >> >> >> news:O5RJv$UsIHA.1788@TK2MSFTNGHUB02.phx.gbl... >> >> >> > Check out the blog I wrote on inserting a video. >> >> >> > >> >> >> > http://blogs.msdn.com/xwebsupport/ar...sert-a-video.a >> >> >> > spx >> >> >> > >> >> >> > >> >> >> > -Steve G >> >> >> >> >> >> |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|