View Full Version : Player doesn't show up
plowboy1065
04-16-2007, 08:18 PM
I added the player to my page. I can hear the music, but the player doesn't show up. Someone please help me.
Stowt07
04-16-2007, 08:24 PM
hmm. I know nothing about the mp3 players. so I couldn't help you with that. maybe someone else can assist you.
POQbum
04-17-2007, 08:09 PM
Hello,
Yes, this is due to the DIV codes in your player. We should be fixing this soon, so the generated code will be fixed.
Right now, some layouts for your profiles has our player dissapear when using a DIV tag.
Easy to fix to that, is to just remove them.
Player Code With DIV Tags:
<div style="text-align: center; margin: 32px auto 40px;">
<div><object type="application/x-shockwave-flash" data="http://player.poqbum.com/swf/43f9bfh6ce7ii4x0lj8b8a51674a7725/stereo.swf" height="180" width="320">
<param name="movie" value="http://player.poqbum.com/swf/43f9bfh6ce7ii4x0lj8b8a51674a7725/stereo.swf" />
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="flashvars" value="playlist=http%3A%2F%2Fplayer.poqbum.com%2Fswf%2F43 f9bfh6ce7ii4x0lj8b8a51674a7725%2Fmp3player.xml" />
<param name="wmode" value="transparent" />
</object></div>
<div><a href="http://www.poqbum.com/"><small>Get Your Flash Player!</</small></a></div>
</div>
and here's with them replaced with the correct tags that'll work better.
<br><br>
<center><object type="application/x-shockwave-flash" data="http://player.poqbum.com/swf/43f9bfh6ce7ii4x0lj8b8a51674a7725/stereo.swf" height="180" width="320">
<param name="movie" value="http://player.poqbum.com/swf/43f9bfh6ce7ii4x0lj8b8a51674a7725/stereo.swf" />
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="flashvars" value="playlist=http%3A%2F%2Fplayer.poqbum.com%2Fswf%2F43 f9bfh6ce7ii4x0lj8b8a51674a7725%2Fmp3player.xml" />
<param name="wmode" value="transparent" />
</object></center>
<center><a href="http://www.poqbum.com/"><small>Get Your Flash Player!</small></a></center></center><br><br>
vBulletin® v3.6.7, Copyright ©2000-2008, Jelsoft Enterprises Ltd.