View Single Post
Old 2005-03-15, 02:59 PM   #9
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
this appears to be the magic incantation

Code:
<OBJECT id="VIDEO" width="320" height="240"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
        type="application/x-oleobject">

        <PARAM NAME="URL" VALUE="http://url.to/content/here.wmv">
        <PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
        <PARAM NAME="AutoStart" VALUE="True">
        <PARAM name="uiMode" value="none">
        <PARAM name="PlayCount" value="9999">
<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/windows/mediaPlayer/"
id="Player"
src="http://url.to/content/here.wmv"
value=" "
width="320"
height="240"
autostart="false">
</embed>

</OBJECT>
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote