|
<p>
<object id="MediaPlayer1" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="280" height="256" codebase="[url]http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"[/url] standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject">
<param name="fileName" value="[url]http://n60.stagevu.com/v/4d9803dd5faa05ccba2b2819b93ed4f7/srpfmbeqxlwe.avi"[/url] />
<param name="animationatStart" value="true" />
<param name="transparentatStart" value="true" />
<param name="autoStart" value="true" />
<param name="showControls" value="true" />
<param name="Volume" value="-450" />
<embed type="application/x-mplayer2" width="280" height="256" src="[url]http://n60.stagevu.com/v/4d9803dd5faa05ccba2b2819b93ed4f7/srpfmbeqxlwe.avi"[/url] pluginspage="[url]http://www.microsoft.com/Windows/MediaPlayer/"[/url] name="MediaPlayer1" autostart="1" showcontrols="1" volume="-450"></embed>
</object>
</p>
just find a file you wonna and go for it :)
f you prefer to not have the player controls showing (visible), then change these lines...
Code wrote:
<param name="showControls" value="true">
showcontrols=1
to this instead...
Code wrote:
<param name="showControls" value="false">
showcontrols=0
sorry for idiet question :) |