The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Yahoo Player and Play List

Go down

Yahoo Player and Play List Empty Yahoo Player and Play List

Post by Amel Nuhanovic November 28th 2010, 6:59 pm

Can i make play list for Yahoo Player in some hidden place at forum,like some topic or something like that?Its always showed at this place and is really stuped.Like in rono old forum,when you click on player find song at page i will see play list at some topic http://zone2.forumotion.net/portal.htm,but in mine forum always showed at this place,like what i showed in pictures...PLEASE HELP ME THANKS

<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>

<a href="http://mediaplayer.yahoo.com/example1.mp3">First link</a>
<a href="http://mediaplayer.yahoo.com/example2.mp3">Second link</a>
<a href="http://mediaplayer.yahoo.com/example3.mp3">Third link</a>

[img]Yahoo Player and Play List 14myv4z[/img]
Amel Nuhanovic
Amel Nuhanovic
Forumember

Male Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina

Back to top Go down

Yahoo Player and Play List Empty Re: Yahoo Player and Play List

Post by Amel Nuhanovic November 29th 2010, 5:26 pm

Anyone who can help me with this?
Amel Nuhanovic
Amel Nuhanovic
Forumember

Male Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina

Back to top Go down

Yahoo Player and Play List Empty Re: Yahoo Player and Play List

Post by Guest November 29th 2010, 5:44 pm

Try this code:
Code:

<style type="text/css">
#spoiler {
-webkit-border-radius: 1px 1px;
-moz-border-radius: 1px 1px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
background: -moz-linear-gradient(top, white, #DDDDDD);
border: solid 1px rgb(153, 153, 153);
color: #333;
font-weight: bold;
}
#toggle{
-webkit-border-radius: 1px 1px;
-moz-border-radius: 1px 1px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
background: -moz-linear-gradient(top, white, #DDDDDD);
border: solid 1px rgb(153, 153, 153);
border-top: 0px;
color: #333;
font-weight: bold;
}
</style>
<script type="text/javascript">
<!--
function resettoggle() {
var e = document.getElementById('toggle');
e.style.display = 'none';
}

function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'none')
e.style.display = 'block';
else
e.style.display = 'none';
}
//-->
</script>

<body onLoad="resettoggle()">
<a href="#" onclick="toggle_visibility('toggle');"><div id="spoiler"> Spoiler:</div></div></a>
<div id="toggle"><script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>

<a href="http://mediaplayer.yahoo.com/example1.mp3">First link</a>
<a href="http://mediaplayer.yahoo.com/example2.mp3">Second link</a>
<a href="http://mediaplayer.yahoo.com/example3.mp3">Third link</a></div>
</body>

Its a HTML spoiler i made for someone (:

Demo
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum