Page 1 of 1

.SWF autoplay???

Posted: Fri Nov 18, 2011 12:39 pm
by ebgames56
here is my code just wondering how can i get it to autoplay



Code: Select all

<object type="application/x-shockwave-flash" data="player_mp3_multi.swf" width="200" height="100" &autoplay=1>
	<param name="movie" value="player_mp3_multi.swf"/ >
	<param name="FlashVars" value="mp3=Blue Sweat.mp3|test.mp3|test.mp3&title=chanson 1|chanson 2|chanson 3" />
	<embed src="player_mp3_multi.swf" width="200" height="100" flashvars="mp3=Blue Sweat.mp3|test.mp3|test.mp3&title=chanson 1|chanson 2|chanson 3"></embed>
	<p>Texte alternatif</p>
</object>

Re: .SWF autoplay???

Posted: Fri Nov 18, 2011 8:11 pm
by manohoo
Why are you posting this question in the PHP code section?