ralphchrisdavis Posted May 5, 2011 Share Posted May 5, 2011 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 More sharing options...
ralphchrisdavis Posted May 7, 2011 Author Share Posted May 7, 2011 Someone must have an idea on this one. Is the answer so simple that I can't see it right in front of my face? Link to comment Share on other sites More sharing options...
ralphchrisdavis Posted May 25, 2011 Author Share Posted May 25, 2011 Doesn't anyone have an idea on how to cuase the Flash Player to autoplay? The parameters I have in the original code do not work. Could someone at least tell me if my syntax is correct? Link to comment Share on other sites More sharing options...
Disfunctional DJ Posted November 28, 2011 Share Posted November 28, 2011 Can you send Me the FLA File? and is this Action Script 2.0 or 3.0 your working in? Link to comment Share on other sites More sharing options...
Boss Fan Posted December 24, 2012 Share Posted December 24, 2012 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now