atefeh_nanaz
New Member
سلام من چه طوري ميتونم در dreamwaver در صفحه اصلي سايتم موسيقي قرار دهم.>|<
<SCRIPT>
<!--
//By George Chiang (http://www.kodhaye-weblog.persianblog.com) More JavaScripts here!
var sound1="http://www.naghmeh.com/Naghmehcard/MIDI/golegoldoon_siminghanem.mid"
var sound2="http://www.naghmeh.com/Naghmehcard/MIDI/chesheman_Darush.mid"
var sound3="http://www.naghmeh.com/Naghmehcard/MIDI/elahennaz_banan.mid"
var x=Math.random()*10
if (x<=3) x=sound1
else if (x<=6) x=sound2
else
x=sound3
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>