|
uCoz Community Archives Locked Script problem |
Script problem |
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
|
| |||
| |||