Yahoo Player and Play List
Page 1 of 1
Yahoo Player and Play List
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]
[/img]
<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]

Amel Nuhanovic- Forumember
-
Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina
Re: Yahoo Player and Play List
Anyone who can help me with this?
Amel Nuhanovic- Forumember
-
Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina
Re: Yahoo Player and Play List
Try this code:
Its a HTML spoiler i made for someone (:
Demo
- 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
Guest- Guest

» help please...how to put the play list/music player??
» pink chat box and code for player to play many songs
» Yahoo Player
» YAHOO PLAYER PLZ HELP
» Yahoo Player
» pink chat box and code for player to play many songs
» Yahoo Player
» YAHOO PLAYER PLZ HELP
» Yahoo Player
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum