PDA

View Full Version : Autoplay Off?


ziggybabie
04-28-2007, 05:35 AM
Is it possible to make the playlist play only when the page visitor clicks on the player or chooses to listen, instead of playing automatically? I was thinking about having a few different playlists on my page, and making it optional.

Stowt07
04-28-2007, 03:16 PM
post your code please.
and I'll change it for you.

ziggybabie
04-28-2007, 06:17 PM
Here's the code for the one I currently have, but I'll probably be making other lists or splitting this one up. So, I really need to know how to do this myself, so I won't have to ask 20 times. I'd appreciate the help, man. Here goes:

<div style="text-align: center; margin: 32px auto 40px;">
<div><embed src="http://player.poqbum.com/swf/48j9blf2ch9hb5x1ffcf8a51674a7725/night02.swf" menu="false" quality="high" width="280" height="320" name="mp3player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playlist=http%3A%2F%2Fplayer.poqbum.com%2Fswf%2F48 j9blf2ch9hb5x1ffcf8a51674a7725%2Fmp3player.xml" wmode="transparent"></embed></div>
<div><a href="http://www.poqbum.com/"><small>Get Your Own Player!</small></a></div>
</div>

Stowt07
04-28-2007, 10:10 PM
after height or width or whatever.
put autostart="false".

if that don't work. let me know.

ziggybabie
04-29-2007, 01:30 PM
I tried, but it's still not working.

ziggybabie
05-09-2007, 02:26 AM
I'd still really appreciate and be thankful if anyone could help me with this.

Plus, one other thing. Maybe if I changed my mind and wanted to keep autoplay on, is there also a way to make it start on a random numbered song from the playlist every time someone comes to the page?

TruthlessHero
05-10-2007, 07:59 PM
So your code reads:

<div style="text-align: center; margin: 32px auto 40px;">
<div><embed src="http://player.poqbum.com/swf/48j9blf2ch9hb5x1ffcf8a51674a7725/night02.swf" menu="false" quality="high" width="280" height="320" autostart="false" name="mp3player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playlist=http%3A%2F%2Fplayer.poqbum.com %2Fswf%2F48j9blf2ch9hb5x1ffcf8a51674a7725%2Fmp3pla yer.xml" wmode="transparent"></embed></div>
<div><a href="http://www.poqbum.com/"><small>Get Your Own Player!</small></a></div>
</div>

?

If so, that should be fine. The mp3 player is undergoing come changes and we are having some difficulties, so the issue may be do to that. I doubt it, but it could be.

As for your second request, that is not possible, sorry.