OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

ALL media files play at once!

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP, PHP, and Database >> ALL media files play at once!
Page: [1]
 
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
Page:   [1]

All Forums >> Web Development >> ASP, PHP, and Database >> ALL media files play at once!
Page: [1]
Jump to: 1





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