Thursday, December 22, 2011

music player for myspaceHow do you hide you MySpace music player without stopping the song from coming on?

I've tried millions of times to hide my music player on MySpace, but, for some random reason, if I hide the music player, the song won't come on. Any suggestions?
That's because you're using the outdated code that addresses the object/embed and sets its size to zero, and since the change in Myspace's base code two months agomusic player for myspace, that causes the audio to be truncated.

Use this new solution instead.

<style>
{! hide myspace song player !}
embed, object {filter:alpha(opacity=0.1); opacity:0.01; -khtml-opacity:0.01;}
{! unhide other embeds including video slider !}
td td td td embed, td td td object,
td.text embed, td.text object {filter:none; opacitmusic player for myspacey:none; -khtml-opacity:none;}
{! move the interests table up a bit !}
.interestsanddetails {margin-top:-90px;}
</style>
you have to put it on autoplay

and then use the code on this website:


it works =)
you would need to get and find a code for the music player to hide...

No comments:

Post a Comment