• Page 1 of 1
  • 1
Script problem
King
Posts: 11
Reputation: -1

Message # 1 | 5:06 PM
I use the script code above (i have it on top part of the website) and when I am on my home page it plays the songs normaly, byt when I choose another page (of my website) the songs aren't playing. I've tried to write the code on Bottom part of the website, general appearense of forum pages, Appearense of entries and onNew message form. it doesn't work on any of them. if someone could help me I cwould be grateful. Thanks in advance.
Code
<script>
       var sound1="songs/goal_locomondo.mp3"
       var sound2="songs/uefa_champions_league_theme.mp3"
       var sound3="songs/pinw_bafous_kai_paizw_pro_locomondo.mp3"
       var sound4="songs/euroleague_theme.mp3"
       var sound5="songs/ta_agorakia_jenyxtane_me_pro_locomondo.mp3"
       var sound6="songs/we_are_the_champions_queen.mp3"
       var sound7="songs/the_final_countdown.mp3"
       var sound8="songs/uefa_europa_league_theme.mp3"
var x=Math.round(Math.random()*7)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else if (x==5) x=sound6
else if (x==6) x=sound7
else x=sound8
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
</script>

*if you wanna see it by yourself feel free to do it. My wesite address is: http://prognostika.ucoz.com

If i help you please give me reputation :)
I just like helping people.
Post edited by King - Saturday, 2011-07-02, 5:17 PM
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 7:34 PM
- Moved to user communication -
To busy building a passive income online ;)
Natashko
Posts: 3366
Reputation: 171

Message # 3 | 10:48 AM
King,use
Code
var sound1="/songs/goal_locomondo.mp3"

instead of
Code
var sound1="songs/goal_locomondo.mp3"

Add / at the beginning of file name everywhere in the script like in the example.
King
Posts: 11
Reputation: -1

Message # 4 | 11:51 AM
Thank you Natashko. +1
If i help you please give me reputation :)
I just like helping people.
  • Page 1 of 1
  • 1
Search: