can some1 plz tell me how u can get a background song on ur myspace witout ppl seeing the player that plays the music, and it starts as soon as ppl go on ur page. i would appreciatei it ALOT!!
Background music 4 myspace??
Put this code anywhere in your profile:
%26lt;SCRIPT TYPE="text/javascript"%26gt;
%26lt;!--
var filename="file_name_here";
if (navigator.appName == "Microsoft Internet Explorer")
document.writeln ('%26lt;BGSOUND SRC="' + filename + '"%26gt;');
else if (navigator.appName == "Netscape")
document.writeln ('%26lt;EMBED SRC="' + filename + '" AUTOSTART=TRUE WIDTH=144 HEIGHT=60%26gt;%26lt;P%26gt;');
// --%26gt;
%26lt;/SCRIPT%26gt;
%26lt;NOSCRIPT%26gt;
%26lt;BGSOUND SRC="file_name_here"%26gt;
%26lt;/NOSCRIPT%26gt;
No comments:
Post a Comment