Log In · Register

 
 
Closed TopicStart new topic
anyone can help me thks =), Where to find or get music player for blog??
wintergurl
post Dec 9 2006, 03:14 AM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Dec 2006
Member No: 486,484



hello XD.gif

i was looking for music player that can contain many songs

and when u select n click play it the songs will play...

erm may i knw where to get this code

thanks biggrin.gif
 
moorepocket
post Dec 9 2006, 08:09 PM
Post #2


Death is a promise given to us at birth
*******

Group: Official Designer
Posts: 4,757
Joined: Mar 2004
Member No: 7,459



here one i think you need.

http://www.createblog.com/forums/index.php?showtopic=124304
 
Jezxion
post Dec 23 2006, 11:10 AM
Post #3


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2006
Member No: 489,692



I tried using the script from Xanga. I knew that it can also be use for blogger. I'm using blogger. But then the darkplayer doesn't plays the song. Is there anything wrong with the script ? ermm.gif

[color=#6600CC]<!-- begin code provided by createblog.com -->
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
<form name="form">
<select name="playlist" size="1">

<!-- Add song info here -->
<option value="0">Artist Name - Song Title</option>
<option value="1">Artist Name- Song Title</option>
<option value="2">Artist Name- Song Title</option>
<option value="3">Artist Name- Song Title</option>
<option value="4">Artist Name - Song Title</option>

</select>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
</form>

<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1; // Set to 0 to always play first song in list
// Set to 1 to randomly choose the first song to play
songs=new Array();

// Add song URLs here
songs[0]="http://www.wtt8.com/play.asp?id=108054&art=3415";
songs[1]="http://www.8ka.com/play.asp?id=108055&art=3415";
songs[2]="http://www.8ka.com/play.asp?id=108056&art=3415";
songs[3]="http://61.145.75.242:8899/...006-11/68813.mp3";
songs[4]="SONG URL HERE";

if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.src = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.src = songs[snum];
}
playstate = 1;
}
//-->
</script>
<!-- end code provided by createblog.com -->
 
moorepocket
post Dec 23 2006, 08:58 PM
Post #4


Death is a promise given to us at birth
*******

Group: Official Designer
Posts: 4,757
Joined: Mar 2004
Member No: 7,459



songs are invalid. It must have like mp3, wav, or wma.
 
Jezxion
post Dec 24 2006, 03:43 AM
Post #5


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2006
Member No: 489,692



You mean something like this ? The song cannot be played still ..... _unsure.gif


http://www.leebyunghun.cn/share/mp3/m12.mp3
 
moorepocket
post Dec 24 2006, 08:57 AM
Post #6


Death is a promise given to us at birth
*******

Group: Official Designer
Posts: 4,757
Joined: Mar 2004
Member No: 7,459



yes. That, it will play.
 
Jezxion
post Dec 25 2006, 10:17 PM
Post #7


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2006
Member No: 489,692



ermm.gif the song still cant be played. Why is this so ?
 
Jezxion
post Dec 29 2006, 08:03 AM
Post #8


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2006
Member No: 489,692



can someone help ? i still cant play the song..... cry.gif
 
Mulder
post Dec 30 2006, 11:11 PM
Post #9


i lost weight with Mulder!
*******

Group: Official Designer
Posts: 4,070
Joined: Jan 2005
Member No: 79,019



i'm not sure that script will work since it seems to work with xanga specifically

http://www.createblog.com/scripts/download.php?id=164

i think this will work.
 
Jezxion
post Jan 1 2007, 10:35 AM
Post #10


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2006
Member No: 489,692



hmm...i'm really sorry because it doesn't work too. I wonder what is wrong. It doesn't prompts the song to play. cry.gif
 
jocuri
post Jan 7 2007, 08:47 AM
Post #11


Newbie
*

Group: Member
Posts: 2
Joined: Jan 2007
Member No: 493,545



http://www.createblog.com/scripts/download.php?id=164
works at me!
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: