ebgames56 Posted November 18, 2011 Share Posted November 18, 2011 here is my code just wondering how can i get it to autoplay <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> Quote Link to comment https://forums.phpfreaks.com/topic/251393-swf-autoplay/ Share on other sites More sharing options...
Maq Posted November 18, 2011 Share Posted November 18, 2011 Why is this in the PHP section? After googling is looks like adding this parameter will do the trick: Quote Link to comment https://forums.phpfreaks.com/topic/251393-swf-autoplay/#findComment-1289370 Share on other sites More sharing options...
ebgames56 Posted November 18, 2011 Author Share Posted November 18, 2011 no it doesnt autoplay <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="play" value="true"> <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> Quote Link to comment https://forums.phpfreaks.com/topic/251393-swf-autoplay/#findComment-1289371 Share on other sites More sharing options...
requinix Posted November 19, 2011 Share Posted November 19, 2011 You have to tell MULTI to play. Add "autoplay=1" as one of the flashvars. flash-mp3-player.net/players/multi/documentation/ Quote Link to comment https://forums.phpfreaks.com/topic/251393-swf-autoplay/#findComment-1289436 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.