redciv2
11-15-2004, 10:08 PM
I'm working on my friend's Xanga, and I am trying to put music videos on there...can someone tell me what is wrong with this code? I realize that there is not a URL for the first and last buttons, but the others are not working either. The player is showing up, but nothing plays.
<DIV style="HEIGHT: 79px"></DIV>
<OBJECT id=Player classid=clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6><PARAM NAME="AutoStart" VALUE="True"><PARAM NAME="Loop" VALUE="True"></OBJECT>
<SCRIPT language=JavaScript>
<!--
function StartMeUp1()
{
Player.URL = "URL"
}
-->
</SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp1() type=button value="Welcome to My Life" name=BtnPlay>
</FORM>
<SCRIPT language=JavaScript>
<!--
function StartMeUp2()
{
Player.URL = "URL"
}
--></SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp2() type=button value="Dare You to Move" name=BtnPlay>
</FORM>
<SCRIPT language=JavaScript>
<!--
function StartMeUp3()
{
Player.URL = "http://www.redmusic.com/video/Switchfoot/DareYou_live.asx"
}
--></SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp3() type=button value="I Hate Everything About You" name=BtnPlay>
</FORM>
<SCRIPT language=JavaScript>
<!--
function StartMeUp4()
{
Player.URL = "http://www.music-streams.com/media/zomba/video/i_hate_everything_about_you_128.asx"
}
--></SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp4() type=button value="1985" name=BtnPlay>
</FORM>
<SCRIPT language=JavaScript>
<!--
function StartMeUp5()
{
Player.URL = "http://media.bmgonline.com/jiverecords.com/bowling_for_soup/video/1985_56.asx"
}
--></SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp5() type=button value="On the Way Down" name=BtnPlay>
</FORM>
<DIV style="HEIGHT: 79px"></DIV>
<OBJECT id=Player classid=clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6><PARAM NAME="AutoStart" VALUE="True"><PARAM NAME="Loop" VALUE="True"></OBJECT>
<SCRIPT language=JavaScript>
<!--
function StartMeUp1()
{
Player.URL = "URL"
}
-->
</SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp1() type=button value="Welcome to My Life" name=BtnPlay>
</FORM>
<SCRIPT language=JavaScript>
<!--
function StartMeUp2()
{
Player.URL = "URL"
}
--></SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp2() type=button value="Dare You to Move" name=BtnPlay>
</FORM>
<SCRIPT language=JavaScript>
<!--
function StartMeUp3()
{
Player.URL = "http://www.redmusic.com/video/Switchfoot/DareYou_live.asx"
}
--></SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp3() type=button value="I Hate Everything About You" name=BtnPlay>
</FORM>
<SCRIPT language=JavaScript>
<!--
function StartMeUp4()
{
Player.URL = "http://www.music-streams.com/media/zomba/video/i_hate_everything_about_you_128.asx"
}
--></SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp4() type=button value="1985" name=BtnPlay>
</FORM>
<SCRIPT language=JavaScript>
<!--
function StartMeUp5()
{
Player.URL = "http://media.bmgonline.com/jiverecords.com/bowling_for_soup/video/1985_56.asx"
}
--></SCRIPT>
<FORM><INPUT onclick=javascript:StartM eUp5() type=button value="On the Way Down" name=BtnPlay>
</FORM>