help with movie player!, dropdown playlist |
help with movie player!, dropdown playlist |
Oct 25 2004, 08:29 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 58,340 |
can you tell me what i did wrong in this code.. i tried to combined a normal playing code with the darkplayer.. eh. didnt work at all..i think first i got it and then i changed it and then i changed it again and i kept screwing it up more. i had the playlist thing and then when i click play it didnt play and all that crap.. i need help... someone do it for me:D. i want to have like a windows media player thing on my xanga and i just choose whihch one from a drop down list and it just plays. thanks loads guys.!!
CODE <!-- begin code provided by createblog.com -->
<object ID="Player" CLASSID="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"> <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> <script language="JavaScript"> function StartMeUp1() { Player.URL = "http://www.ffmoonlight.net/video/ffx2/opening.mpeg" } <form name="form"> <select name="playlist" size="1"> <option value="1">LP</option> <INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="play" OnClick="JavaScript:StartMeUp1()"> 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(); songs[1]="http://playlist.yahoo.com/makeplaylist.dll%3Fsid=5856235&pt=url&xdata=0-17112437-NaN&s=0&b=&zz=a.asx"; </script> <!-- end code provided by createblog.com --> |
|
|
|
xpelohshion help with movie player! Oct 25 2004, 08:29 PM
shortvi3tlaydee here you go
CODEBOX: -> right click -> copy/p... Oct 26 2004, 10:40 PM
xpelohshion omg tahnks! Oct 31 2004, 09:18 AM
Sherry_Vu QUOTE(xpelohshion @ Oct 31 2004, 9:18 AM)omg ... Nov 1 2004, 04:14 PM![]() ![]() |