hey bro, i put your code but i also want one code that skip 10 second of video automatic. i had it but i lost. plz if you have email me.
Posted by Francisco Hilario Pinotti at December 8, 2009 22:11:09 CET
You can use the code below without <embed> works fine.
----------------------------------------------
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
id="player" width="475" height="408">
<param name="url" value="your_video.wmv" />
<param name="src" value="your_video.wmv" />
<param name="showcontrols" value="true" />
<param name="autostart" value="true" />
<!--[if !IE]>-->
<object type="video/x-ms-wmv"
data="your_video.wmv"
width="475" height="407">
<param name="src" value="your_video.wmv" />
<param name="autostart" value="false" />
<param name="controller" value="true" />
</object>
<!--<![endif]-->
</object>
Posted by Felix at January 20, 2010 16:14:56 CET
Hi, Thanks for the tutorial works great! One question: I'm using a playlist in an m3u file and I'm trying to get the list to automatically start over after the last song finishes. It seems playcount=0 is supposed to make this happen but the playlist just ends after the last song. I also tried loop="true" but that didnt work either. Also, do you know if I can have mp3s and movie files in the same playlist? Is it still an m3u file? Any help would be great. Thanks again
Posted by Steve Moss at April 23, 2010 14:25:19 CEST
Hi.
Thanks for the very useful reference for the media player.
Do you know of any way to change the style of the player's controls when displayed in a web page (eg to use a darker background)? It seems it should be possible to create a skin file of some sort, but I can't find any guidance on this.
Hi there, I am having a big problem, which you will find on my website. I cannot find the coding for a windows media player without the green writing on the image. To be clear, the writing is like a buffering number system that indicates the speed of the video clip playing. Please help me i am in great hurry to complete this site. Thank you
How do I change the embedded code on a windows media file, so that once posed on facebook, it would be difficult for the average person to downoload the video file.
Thanks,
Terence L. Johnson
Posted by Michael Brand at October 16, 2011 04:13:05 CEST
This has been of the greatest help. I have spent more time than I want to mention looking for just this soultion. This works great in IE 7& 8. Just one small problem in Firefox and that I ned to enable a drop down menu. If possible could you add the code or e-mail me the code on how to use the menu option. Thanks a million
Posted by Jrosworld at November 16, 2011 15:57:15 CET
Question: What is the height of the media player controls? And should I add this amount to the height property in order for it to display correctly?