Jump to content

BroadWave Audio Server Flash Player Autoplay


ralphchrisdavis

Recommended Posts

What I am looking for is how to modify the inserted web page code so that when the Flash Player loads it also plays automatically. By default you have to hit the play button. I have the Flash Player opening up in a separate window from a link on my main web page. I am looking for a method to have the Flash Player start playing automatically when that window opens.

 

Below is my inserted code. I have tried various autoplay parameters such as the ones in the code below with no success. Can one of you programmers help me?

 

 

<object

classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"

height="20" width="30">

<param name="movie" value="http://98.213.73.177:2002/player_mp3_maxi.swf">'>http://98.213.73.177:2002/player_mp3_maxi.swf">

<param name="quality" value="best">

<param name="FlashVars" value="autoplay=true&width=30&showslider=0&mp3=http://98.213.73.177:2002/broadwavehigh.mp3?src=1">

 

<embed src="http://98.213.73.177:2002/player_mp3_maxi.swf"

flashvars="autoplay=true&width=30&showslider=0&mp3=http://98.213.73.177:2002/broadwavehigh.mp3?src=1"

quality="best" type="application/x-shockwave-flash"

pluginspage="http://www.adobe.com/go/getflashplayer" autoplay="yes" height="20" width="30">

</object>

Link to comment
Share on other sites

  • 3 weeks later...
  • 6 months later...
  • 1 year later...

Here's a good place to start: https://developers.g...getting_started ...

 

Then check out this link: http://www.youtube.c...on=3&autoplay=1

 

Confusion arises when we forget that only certain versions will actually autoplay -- I cite version=3.. then the option "...?version=3&autoplay=1" should work when tagged on the end of the video URL.

 

Also try this link: http://www.becca-black.com/.

 

Good luck.

 

EDIT:

 

To be more specific: https://developers.google.com/youtube/player_parameters

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...