Hi,
i have some sort of a problem...
i embeded windows media player into a html page.
i set the autostart to 0.
Code:<OBJECT id='mediaPlayer' width="320" height="310" classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/ mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player components…' type='application/x-oleobject'> <param name='fileName' value="http://www.site.com/list.asx"> <param name='animationatStart' value='1'> <PARAM NAME="EnableContextMenu" VALUE="0"> <param name='transparentatStart' value='0'> <param name='autoStart' value='0'> <param name='ShowControls' value='1'> <param name='ShowDisplay' value='0'> <param name='ShowStatusBar' value='1'> <param name='loop' value='0'> <EMBED type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/ en/download/' id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='0' EnableContextMenu='0' bgcolor='darkblue' showcontrols='1' showtracker='1' showdisplay='0' showstatusbar='1' videoborder3d='0' width="320" height="310" src="http://www.site.com/list.asx" autostart='0' designtimesp='5311' loop='0'> </EMBED> </OBJECT>
this is the normal asx:
the problem is that i need to click "next" & then "play" if i want to play the next video...Code:<ASX VERSION="3.0"> <TITLE>LIST</TITLE> <ENTRY> <title>NAME</title> <REF HREF="http://www.site.com/file0.wmv"/> </ENTRY> <ENTRY> <title>NAME2</title> <REF HREF="http://www.site.com/file1.wmv"/> </ENTRY> <ENTRY> <title>NAME3</title> <REF HREF="http://www.site.com/file2.wmv"/> </ENTRY> </ASX>
when i click "next" it go next & stop. so i need to click "play".
only if i set autostart to 1 when i click "next" it auto will play the next video.
BUT i don't want it to auto play when the page is first loaded...![]()
how to make the media NOT to play when the page is first loaded & go to the next video by clicking only the next button (as it should be)?
thanks
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
html code for FLV videos
By ron_vos20 in forum Video Streaming DownloadingReplies: 10Last Post: 29th Sep 2011, 09:00 -
ffmpeg to windows media server - what does the code look like?
By cyberskoglund in forum Video Streaming DownloadingReplies: 0Last Post: 1st Oct 2010, 14:50 -
Windows 7 Media Center to use Windows Media Player for MKV
By pvong in forum Newbie / General discussionsReplies: 4Last Post: 31st Jan 2010, 10:26 -
Problem playing wmv files in Windows Media Player and Media Player Classic.
By rayden54 in forum Software PlayingReplies: 4Last Post: 1st Aug 2008, 22:49 -
HTML code suitable for different sized Monitors; also code to embed
By wiseant in forum Off topicReplies: 3Last Post: 8th May 2008, 18:14