Log In · Register

 
music problems again, for some odd reason....
Tal_Dara
post Feb 5 2004, 01:40 AM
Post #1


I run this town.
*****

Group: Member
Posts: 582
Joined: Jan 2004
Member No: 1,867



ok so you would think i would be finished with my music problems, right? Wrong, as of now this is my problem.

I have a realplayer on/off switch for my music on my xanga. the problem is that this music auto-starts onto my splash page. Now I wouldn't have a problem with this but the thing of it is is that my splash page has its own music, so i dont want my music to clash with one another. I would like to keep both my splash page music and my main page music seperate.

If someone can give me a good on/off music switch for my main page so it wont play on my splash page that would be awesome. I hope I didnt make this too confusing. I tried my best to break it down for you as best as i could.
 
 
Start new topic
Replies
aznhybriddragon
post Feb 5 2004, 02:10 AM
Post #2


Senior Member
*****

Group: Member
Posts: 946
Joined: Jan 2004
Member No: 603



I think u are looking for this, Its a On and Off Button thing, change http://yoursite.com/musicfilename.wma and use


CODE
<!-- begin code provided by createblog.com -->
<OBJECT ID="Player" height="0" width="0"
 CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
</OBJECT>

<INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play" OnClick="StartMeUp()">
<INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop" OnClick="ShutMeDown()">

<script>
<!--

function StartMeUp ()
{
   Player.URL = "http://yoursite.com/musicfilename.wma";
}

function ShutMeDown ()
{
   Player.controls.stop();
}

-->
</SCRIPT>
<!-- end code provided by createblog.com -->
 

Posts in this topic


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