1. مهمان گرامی، جهت ارسال پست، دانلود و سایر امکانات ویژه کاربران عضو، ثبت نام کنید.
    بستن اطلاعیه

پخش اتوماتیک موزیک در صفحه

شروع موضوع توسط ♥ yakamoz ♥ ‏4/12/10 در انجمن JS

  1. کاربر ویژه

    تاریخ عضویت:
    ‏25/11/10
    ارسال ها:
    8,717
    تشکر شده:
    4,395
    امتیاز دستاورد:
    123
    حرفه:
    Telegram: vahid_yakamoz instagram: vahid_yakamoz
    <SCRIPT>
    <!--
    //By George Chiang (persianblog.com - Informationen zum Thema persian blog. Diese Website steht zum Verkauf!) 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>