Help - Search - Members - Calendar
Full Version: how to i get the old music player back??!
Forums > Resource Center > Support Center > Myspace Support > Myspace Resolved Topics
ddddeadly
myspace put the new ugly, & BIG playlist on my page . how do i get the old player back?

or how do i hide it?

HELP! ohmy.gif
RyanChronicles
As much as I would hate to say it but....

You can't, The only original myspace player you can get back is the one for the band's. Just find the script for the band's but as a regular myspace user you can't change back... sorry :D
Anarchy
QUOTE(RyanChronicles @ Sep 27 2008, 07:58 PM) *
As much as I would hate to say it but....

You can't, The only original myspace player you can get back is the one for the band's. Just find the script for the band's but as a regular myspace user you can't change back... sorry :D

Yep, sorry. However, I do remember reading on the little box Tom places on the MySpace homepage that you can revert to the old music player if you wanted to. He changed what it said, though, so I'm assuming you can't do that anymore.

He's obviously working on it. He better be, because there are a lot of messed up things going on with the music player. I'm looking for a way to hide it/move it, so don't worry.

EDIT: Try this code out to hide it:

CODE
<style>
div object {height:0px; width:0px;}
</style>
ddddeadly
didnt work . but thanks ! hug.gif
paolabear20
then try this one:
CODE
<style>embed, object{display:block; width:1px; height:1px;position:absolute;left:0px;top:0px;}</style>


There may be a big space where the big music player was, but I don't know what to do about that.
Anarchy
^That should work. If you'd like to bring up the Interests section to cover up that big space, use this:

CODE
<style>
.interestsAndDetails {position:relative; top:-75px;}
</style>

You may need to change the top margin to something else. See if that works.
paolabear20
^even though I'm not the original poster, thanks for that. =)

accident in this double post. sorry, you can delete this one.
decaydancefbr
You could always look and see if someone else has the old player, then make a skin for it and use the music player skin. That's what I did with my profile.
Anarchy
^Right. Since a code to customize the new music player has been added to the scripts section, you can use that and mess around with the background properties to attain the look of the old music player. However, if you still want to hide it, try this:

CODE
<style>
object {height:0px; width:0px;}
td td td object {position:static; margin:auto;}
.interestsAndDetails {position:relative; top:-75px;}
</style>

That should hide the player and move up the Interests section to cover up the leftover space.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.