PDA

View Full Version : Where is my mp3 player????


sweetnsexyenglish
06-12-2007, 10:48 AM
So after finding I couldn't log in I created a new account, I even created a new player and spent hours filling it with music, it plays fine on poqbum website but that's not where I need it to play now is it? I even read through the help forums where it seems I am just one of many experiencing the same problem! I even changed the code as suggested by one of the mods that linked to a help page..still no joy and i'm wondering if anyone really has the answer to my question...(you'll find it on my page)



..... http://www.myspace.com/anger_management

POQbum
06-13-2007, 04:39 AM
Hi,

I've taken a look at your code and you didn't quite do this correctly.

Replace this line:
http://player.bum-files.com/ swf/6f9313bdc7i98j298c3d16827dcbglic/mp3playerReaper.swf
with
http://player.bum-files.com/swf/6f9313bdc7i98j298c3d16827dcbglic/mp3playerReaper.swf (without extra space)

And, replace this line:
http%3A%2F%2Fplayer...%2Fswf%2F6f9313bdc7i98j298c3 d16827dcbglic%2Fmp3player.xml
with
http%3A%2F%2Fplayer.files-bum.com%2Fswf%2F6f9313bdc7i98j298c3d16827dcbglic%2 Fmp3player.xml

sweetnsexyenglish
06-13-2007, 02:26 PM
I'm open to suggestions, but that's the second set of instructions and still no player...so it would be safe to say it didn't work.

POQbum
06-13-2007, 05:06 PM
The instructions I'm giving you is right.
If it's not working whilst I gave you instructions, it means your following them wrong.

Your problem is you didn't remove a space from your .swf player file.
Below is the full code out, so you can just copy and paste.

<br><center><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="510" width="300" data="http://player.myspace-player.com/swf/7d9aef7cda1401jc1ncbe9c66ec9d8aj/mp3playerReaper.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://player.myspace-player.com/swf/7d9aef7cda1401jc1ncbe9c66ec9d8aj/mp3playerReaper.swf" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="flashvars" value="playlist=http%3A%2F%2Fplayer.myspace-player.com%2Fswf%2F6f9313bdc7i98j298c3d16827dcbgli c%2 Fmp3player.xml" />
<param name="wmode" value="transparent" />
</object></center><center><a href="http://www.myspace-player.com/"><small>yay! My player works!</small></a></center><br><br>

- Paul

sweetnsexyenglish
06-13-2007, 05:27 PM
In the original piece I did take out the space but every time I reviewed the code the space was there, and I copied and pasted the new code I can just about see a section of the player and there is no sound. and I didn't alter the code you gave me.

POQbum
06-13-2007, 05:50 PM
...
Stop adding spaces to your code and it will.

Your code:
http%3A%2F%2Fplayer.myspace-player.com%2Fswf%2F6f9313bdc7i98j298c3d16827dcbgli c%2 Fmp3player.xml

There are spaces in the bolded section, remove them.

sweetnsexyenglish
06-13-2007, 05:54 PM
this is the thing all i did was cut and paste i have put in no spaces, didn't change the code in no way at all

sweetnsexyenglish
06-13-2007, 05:59 PM
<br><center><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="510" width="300" data="http://player.myspace-player.com/swf/7d9aef7cda1401jc1ncbe9c66ec9d8aj/mp3playerReaper.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://player.myspace-player.com/swf/7d9aef7cda1401jc1ncbe9c66ec9d8aj/mp3playerReaper.swf" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="flashvars" value="playlist=http%3A%2F%2Fplayer.myspace-player.com%2Fswf%2F6f9313bdc7i98j298c3d16827dcbgli c%2 Fmp3player.xml" />
<param name="wmode" value="transparent" />
</object></center><center><a href="http://www.myspace-player.com/"><small>No it still doesn't work!</small></a></center><br><br>



that is the code copied straight... if there are spaces they are not put in by me, and this was what i said in the beginning the spaces you told me to remove i removed and once the page was saved and i went back to the code the space was back

vVwolfVgangVv
06-13-2007, 11:18 PM
these playlists r really strange, they work well at times, and they dont work at all at others.

POQbum
06-14-2007, 10:44 PM
Hmm, that's odd then. Try to remove them one more time.

This is what's stopping your player for working.

--

This generator is still a beta version, we're working on merging our own filehosting site, with our player generator.

- Paul

slushymermaid666
06-15-2007, 05:19 AM
I was going through my codes and I'm also having the same problem. It's adding it's own spaces and such into the code and I wind up with a 'cannot find the xml file!' error in the playlist drop down menu of the player. I go back to check the code and even if I try to change it back, it reverts to the one with spaces and such that I didn't add myself.

POQbum
06-15-2007, 03:24 PM
Alright, we'll try to get this fixed.

- Paul