embed movie
- From: "Ben" <null@xxxxxxxx>
- Date: Tue, 9 Aug 2005 16:01:37 -0400
I'm trying to get the movie to stop on the last frame rather than the
default behaviour.
Here's is my html so far:
<object id='Player' width="329" height="247"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='https://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf
..cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player...'
type='application/x-mplayer2'>
<param name='fileName' value="https://#*$!.com/video.wmv">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="true">
<param name="BufferingTime" value="5">
<param name='showControls' value="0">
<param name="ShowStatusBar" value="1">
<param name='AutoRewind' value="0">
<param name='loop' value="0">
<embed type='application/x-mplayer2'
pluginspage='https://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' displaysize='4' autosize='0'
bgcolor='darkblue' showcontrols="0" showtracker='0'
showdisplay='0' showstatusbar='1' videoborder3d='0'
width="329" height="247" src="https://#*$!.com/video.wmv"
autostart="1" autorewind="0" designtimesp='5311' loop="0">
</embed>
</object>
changing the 1's to true
and 0's to false does not make a difference
.
- Prev by Date: IE6 locks up when using AlphaImageLoader, bad images, and innerhtml
- Next by Date: IE 7 beta
- Previous by thread: IE6 locks up when using AlphaImageLoader, bad images, and innerhtml
- Next by thread: IE 7 beta
- Index(es):
Relevant Pages
|