Error with darkplayer video code, Can Someone take a look? |
Error with darkplayer video code, Can Someone take a look? |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 9 Joined: Jul 2005 Member No: 178,090 ![]() |
<!-- 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="150" standby="Loading Microsoft Windows Media Player components..." width="240" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"><Br> <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="False"> </object> <form name="form"><table align="center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#FFFFFF; WIDTH: 240; COLOR: #00000; font-face: verdana; height:10" name="playlist" size="1"> <option value="0">Dairy Aisle Chris</option> <option value="1">Puke</option> <option value="2">Rednecks</option> <option value="3">Racist Trix</option> <option value="4">Peter's Knee</option> <option value="5">Bert & Ernie</option> <option value="6">Quagmire @ a Sleepover</option> <option value="7">Giggity Giggity</option> <option value="8">Quagmire: Oh God!</option> <option value="9">Cookie Monster Lights Up</option> <option value="10">Loaded Stewie</option> <option value="11">Peter on X</option> <option value="12">Jackal?!?!</option> <option value="13">Petercopter</option> <option value="14">Peter & Neverending Story</option> <option value="15">Tin Man comes out</option> <option value="16">Hiroshima</option> <option value="17">Peter and Bush</option> <option value="18">Gary the No Trash Cougar</option> <option value="19">Curious Peter</option> <option value="20">Special Dad</option> <option value="21">Old Perv Messages</option> <option value="22">Popsicles?</option> <option value="23">Simon and Garfunkel</option> <option value="24">Stewie Pissed @ Meg</option> <option value="25">Get Yourself Tested...</option> <option value="26">Hookers</option> <option value="27">Spazz Stewie</option> <option value="28">Waterwings</option> <option value="29">4 Peters</option> <option value="30">Stewie Office</option> <option value="31">Cookie Monster Rehab</option> <option value="32">Life's a Beach Mug</option> </select><Br> <input TYPE="BUTTON" NAME="darkplay" VALUE=" play " OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE=" pause " OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE=" stop " OnClick="document.darkplayer.stop(); playstate=2;"></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 // www.xanga.com/smartypants91780 // unlimited songs, just copy and paste the song line and change the number songs=new Array(); songs[0]="http://media2.davesdaily.com/videoclips5/89-familyguy.wmv"; songs[1]="http://content.leenks.com/media/familyguypuke.wmv"; songs[2]="http://70.85.80.69/videos/0/93282_e2048.wmv"; songs[3]="http://abum.com/files/Movies/family_guy_asian_trix_050814.wmv"; songs[4]="http://70.85.80.69/videos/0/93074_e432b.wmv"; songs[5]="http://x302.putfile.com/videos/a1-19209054170.wmv"; songs[6]="http://x500.putfile.com/videos/b6-19518425569.wmv"; songs[7]="http://x500.putfile.com/videos/c2-19805023894.wmv"; songs[8]="http://x500.putfile.com/videos/a9-19805033978.wmv"; songs[9]="http://x600.putfile.com/videos/b9-20812512654.wmv"; songs[10]="http://ds1.thatvideosite.com/core/322/OUTPUT_family guy.wmv"; songs[11]="http://ds1.thatvideosite.com/core/263/family_guy_peter_on_ecstasy.wmv"; songs[12]="http://ds1.thatvideosite.com/core/230/family_guy_its_a_jackal.wmv"; songs[13]="http://x400.putfile.com/videos/d7-16511112421.wmv"; songs[14]="http://ds1.thatvideosite.com/core/117/family_guy_neverending_story.wmv"; songs[15]="http://ds1.thatvideosite.com/core/102/family_guy_oh_look_what_happened.wmv"; songs[16]="http://x6.putfile.com/videos/d5-17120344221.wmv"; songs[17]="http://x400.putfile.com/videos/d9-18120043094.wmv"; songs[18]="http://x6.putfile.com/videos/c6-18606433796.wmv"; songs[19]="http://x600.putfile.com/videos/b8-22318542721.wmv"; songs[20]="http://x600.putfile.com/videos/a7-22400020618.wmv "; songs[21]="http://70.85.80.69/videos/0/93284_16b57.wmv"; songs[22]="http://70.85.80.69/videos/0/93288_1f22d.wmv"; songs[23]="http://70.85.80.69/videos/0/93289_db415.wmv"; songs[24]="http://70.85.80.69/videos/0/93294_c779c.wmv"; songs[25]="http://70.85.80.69/videos/0/93296_16baa.wmv"; songs[26]="http://70.85.80.69/videos/0/93304_23a78.wmv"; songs[27]="http://70.85.80.69/videos/0/93308_fc098.wmv"; songs[28]="http://70.85.80.69/videos/0/93309_7d4df.wmv"; songs[29]="http://70.85.80.69/videos/0/93311_7633a.wmv"; songs[30]="http://70.85.80.69/videos/0/93313_faa50.wmv"; songs[31]="http://70.85.80.69/videos/0/93314_6f168.wmv"; songs[32]="http://70.85.80.69/videos/0/93316_1e8f5.wmv"; if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = 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.scr = songs[snum]; } playstate = 1; } //--></script> |
|
|
![]() |
![]()
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
Y.Y Codebox... You didn't even say what was wrong.... And.... You need to take out the semi-colons after the urls.
|
|
|
*Shibahime* |
![]()
Post
#3
|
Guest ![]() |
|
|
|
![]()
Post
#4
|
|
![]() I love you more than sex appeal. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,045 Joined: Oct 2004 Member No: 52,932 ![]() |
Yeah, I think you take out the semi-colon or it's your links that dont work...
Or you can try again...I saw some difference between them so u probably changed something or...something |
|
|
![]() ![]() |