.SWF autoplay???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ebgames56
Forum Contributor
Posts: 103
Joined: Thu Oct 06, 2011 10:43 am

.SWF autoplay???

Post 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>
Last edited by Benjamin on Fri Nov 18, 2011 12:49 pm, edited 1 time in total.
Reason: Added [syntax=php||htm||css||javascript||sql||etc] - Please use [syntax] tags when posting code in the forums! Thanks.
User avatar
manohoo
Forum Contributor
Posts: 201
Joined: Wed Dec 23, 2009 12:28 pm

Re: .SWF autoplay???

Post by manohoo »

Why are you posting this question in the PHP code section?
Post Reply