music question?, ???? |
music question?, ???? |
![]()
Post
#1
|
|
![]() i rock c[ = ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 520 Joined: Jun 2004 Member No: 22,226 ![]() |
in the following code do i replace the http://www.xangaskins.com/modules/04/kenshin.asf with my song url??
CODE <!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <script language="Javascript"> // background music with on/off trigger by micron // for more xanga scripts and help go to createblog.com // url to music (streaming files recommended) var music = "http://www.xangaskins.com/modules/04/kenshin.asf"; function turnOFF(){ document.getElementById("musicText").innerHTML = "<a href=# onClick='turnON(); return false;'>OFF</a>"; } function turnON(){ document.getElementById("musicText").innerHTML = "<a href=# onClick='turnOFF(); return false;'>ON</a><embed src="+ music +" autostart=true loop=true hidden=true style='display:none;'>"; } document.write("music: <span id=musicText><a href=# onClick='turnOFF(); return false;'>ON</a><embed src="+ music +" autostart=true loop=true hidden=true style='display:none;'></span>"); </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |