music playlist isnt working |
![]() ![]() |
music playlist isnt working |
Jan 2 2005, 10:18 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2005 Member No: 78,495 |
hi there I just entered in the music playlist code and everythings entered in right, i think..since it was working before. BUt now its not. Can someone help me out here? I would greatly appreciate it. Heres the code:
Thanks!! ~Bryan This post has been edited by Sherry_Vu: Mar 29 2005, 06:52 PM |
|
|
|
Jan 2 2005, 10:56 PM
Post
#2
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
Try it now? |
|
|
|
Jan 2 2005, 11:04 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2005 Member No: 78,495 |
hey there thanks alot, but it still doesnt work. It says theres an error on the page. I guess im computer dumb..do you have an idea what would be wrong?
~Thanks again!! |
|
|
|
Jan 2 2005, 11:14 PM
Post
#4
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
Um okay try it now. Make sure some of the link works. I tried mario and it work. |
|
|
|
Jan 2 2005, 11:40 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Nov 2004 Member No: 65,507 |
yea i'm having trouble with mine too! i'm a veteren with the playlist and well i thought i could do it but i guess not! hmm... any ways i have 473 songs so that may be it! but i have no idea... if you can help... anyone plz help me
but i can't put my code on here cause it is too long so well!??!?!? |
|
|
|
Jan 3 2005, 06:51 AM
Post
#6
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 |
QUOTE(zwimo @ Jan 3 2005, 12:40 PM) yea i'm having trouble with mine too! i'm a veteren with the playlist and well i thought i could do it but i guess not! hmm... any ways i have 473 songs so that may be it! but i have no idea... if you can help... anyone plz help me but i can't put my code on here cause it is too long so well!??!?!? 473 songs is really too much. I think you can only have 3 hundred something songs. |
|
|
|
Mar 29 2005, 03:15 AM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Mar 2005 Member No: 119,466 |
Hi guys this is my first post. I think i may have a solution to your problem
I have used in my demo the following method for the play list. I use a file called Program.asx , In there i insert the play list in the following format: <asx version = "3.0"> <title>Sidius Archive</title> <entry> <title>Part 0</title> <author>Sidius</author> <copyright>2005</copyright> <ref href="clip1t.mpeg" /> </entry> <entry> <title>Part 1</title> <author>Sidius</author> <copyright>2005</copyright> <ref href="finlay-hq.wmv" /> </entry> </asx> The source code of the whole page is bellow I hope it could help you guys. Source Code: <HTML><HEAD><TITLE>ANCO</TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-7"><LINK href="style.css" type=text/css rel=stylesheet> <script language=JavaScript> function play() { document.mplayer.Play(); } function stop() { document.mplayer.Stop(); } function pause() { document.mplayer.Pause(); } function Resume() { document.mplayer.Resume(); } function next() { document.mplayer.Next(); document.mplayer.Play(); } function full() { document.mplayer.DisplaySize = 10; } function mini() { document.mplayer.DisplaySize = 1; document.mplayer.Play(); } </SCRIPT> <META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD> <BODY bgColor=white> <CENTER> <TABLE width=760 > <TBODY> <TR vAlign=top> <TD width=150> <TABLE width=150> <TBODY> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR vAlign=top> <TD class=white_text width="70%"> <script language=javascript> function openwindow(theurl,wwidth,hheight) { param = "scrollbars=yes,top=10,left=10,resizable=yes,width="+wwidth+",height="+hheight; tryopen = window.open(theurl, "name", param); tryopen.opener.top.name="tryopen"; tryopen.focus() } </SCRIPT> <BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TD align=middle bgColor=black colSpan=2> <TABLE bgColor=black> <TBODY> <TR> <TD class=white_text bgColor=#9966cc> <DIV align=center> <OBJECT id=mplayer codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 type=application/x-oleobject standby="Loading Microsoft Windows Media Player components..." classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95><PARAM NAME="FileName" VALUE="program.asx"><PARAM NAME="AutoSize" VALUE="1"><PARAM NAME="AnimationAtStart" VALUE="1"><PARAM NAME="AutoStart" VALUE="1"><PARAM NAME="Volume" VALUE="0"><PARAM NAME="ShowControls" VALUE="0"><PARAM NAME="ShowDisplay" VALUE="0"><PARAM NAME="ShowStatusBar" VALUE="0"> <Embed ANIMATIONATSTART=1 type=video/x-ms-asf-plugin pluginspage=http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/ filename=program.asx src=program.asx AnimationAtStart=1 AutoStart =1 Volume=0 Autosize=1 Name=mplayer ShowControls=0 ShowDisplay=0 ShowStatusBar=0></embed> </OBJECT></DIV></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD align=middle width="100%" bgColor=black colSpan=2><SPAN class=green_text id=myspan></SPAN><BR> <script language=JScript event=NewStream() for=mplayer> document.all.myspan.innerHTML=mplayer.getmediainfostring(8); </SCRIPT> <script language=JScript event="PlayStateChange(lOldState, lNewState)" for=mplayer> document.all.myspan.innerHTML=mplayer.getmediainfostring(8); </SCRIPT> </TD></TR> <TR> <TD align=middle width="100%" bgColor=black colSpan=2> <TABLE bgColor=black> <TBODY> <TR> <TD class=green_text vAlign=center bgColor=black><A class=green_text href="java script:play()"><IMG src="play.jpg" align=center border=0> Play</A> <A class=green_text href="java script:pause()"><IMG src="pause.jpg" align=center border=0> Pause</A> <A class=green_text href="java script:stop()"><IMG src="stop.jpg" align=center border=0> Stop</A> <A class=green_text href="java script:next()"><IMG src="next.jpg" align=center border=0> Next</A> </TD></TR></TBODY></TABLE> </BODY></HTML> |
|
|
|
Mar 29 2005, 03:17 AM
Post
#8
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 |
QUOTE(Sidius @ Mar 29 2005, 4:15 PM) Hi guys this is my first post. I think i may have a solution to your problem I have used in my demo the following method for the play list. I use a file called Program.asx , In there i insert the play list in the following format: ^ Are you sure that works in Xanga? cuz it doesn't look like it does. |
|
|
|
Mar 29 2005, 03:19 AM
Post
#9
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Mar 2005 Member No: 119,466 |
Sorry friends i posted in the wrong forum!
Sorry! Sidius |
|
|
|
Mar 29 2005, 03:25 AM
Post
#10
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Mar 2005 Member No: 119,466 |
But either way try to use only the list part, i think it can work in this situation also.
Just change this part <OBJECT id=mplayer codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 type=application/x-oleobject standby="Loading Microsoft Windows Media Player components..." classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95> <PARAM NAME="FileName" VALUE="program.asx"> <PARAM NAME="AutoSize" VALUE="1"> <PARAM NAME="AnimationAtStart" VALUE="1"> <PARAM NAME="AutoStart" VALUE="1"> <PARAM NAME="Volume" VALUE="0"> <PARAM NAME="ShowControls" VALUE="0"> <PARAM NAME="ShowDisplay" VALUE="0"> <PARAM NAME="ShowStatusBar" VALUE="0"> <Embed ANIMATIONATSTART=1 type=video/x-ms-asf-plugin pluginspage=http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/ filename=program.asx src=program.asx AnimationAtStart=1 AutoStart =1 Volume=0 Autosize=1 Name=mplayer ShowControls=0 ShowDisplay=0 ShowStatusBar=0></embed> </OBJECT></ |
|
|
|
Mar 29 2005, 08:50 AM
Post
#11
|
|
|
«¤gïé#02¤»© ![]() ![]() ![]() ![]() Group: Member Posts: 294 Joined: Mar 2005 Member No: 110,871 |
Maybe there's a code that's contradicting your darkplayer code? have you check it see if all the links are working? and pls use a codebox...
|
|
|
|
![]() ![]() |