3Talks 港人自講討論區 » Xanga & MSN Space 部落格專區 » 【xanga】Music Player. Invisible and firefox compatible.


2006-8-17 11:41 PM [kae′]
【xanga】Music Player. Invisible and firefox compatible.

<!-- begin code provided by createblog.com -->
<script language="JavaScript"><!--
//script made by hoogli modified by Paul D
tips = new Array(3);
tips[0]="URL 1";
tips[1]="URL 2";
tips[2]="URL 3";
index=Math.floor(Math.random() * tips.length);
document.write("<embed src="+tips[index]+" showcontrols=0 height=0 width=0></embed>")
//--></script>
<!-- end code provided by createblog.com -->



Change the "URL 1", "URL 2", etc. to your own URLs. If you add more songs, or less you should change the 3 in "new Array(3);" to reflect the amount of songs. The code was originally created here by hoogli. If you wish to add more songs follow the pattern.

To give you another example for one song alone:


<!-- begin code provided by createblog.com -->
<script language="JavaScript"><!--
//script made by hoogli modified by Paul D
tips = new Array(1);
tips[0]="URL 1";
index=Math.floor(Math.random() * tips.length);
document.write("<embed src="+tips[index]+" showcontrols=0 height=0 width=0></embed>)
//--></script>
<!-- end code provided by createblog.com -->

頁: [1]


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.