|
| |
|
|
sgreen0
Posts: 734 From: Long Beach, CA, USA Status: offline
|
ALL media files play at once! - 9/3/2009 1:41:18
I'm trying to figure out why this is happening. Several embedded players are on the same page. For most people, the players wait until the user presses PLAY to start. For others, all will start playing simultaneously on loading page. This is the code I'm using: <OBJECT id='mediaPlayer' width="280" height="25"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<param name='fileName' value="http://www.anmt.org/arc/actor_sounds/<%=rs("SoundFile1")%>">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="false">
<param name='showControls' value="true">
<param name='loop' value="false">
<EMBED type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='navy' showcontrols="true" showtracker='-1'
showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="280" height="25"
src="http://www.anmt.org/arc/actor_sounds/<%=rs("SoundFile1")%>" autostart="false" designtimesp='5311' loop="false">
</EMBED>
</OBJECT>
Has any one experienced this? Stephen
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|