Sound In Xhtml Pages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Sound In Xhtml Pages

    the script are xhtml valid, edit audio type (extension) if you want to change the audio

    <object id="obj1" type="audio/x-ms-wma" standby="Loading Audio"
    data="resources/audio/sc1.4.4_l3_004.wma">
    <param name="src" value="resources/audio/sc1.4.4_l3_004.wma" valuetype="data" />
    <param name="autostart" value="true" valuetype="data" />
    <param name="loop" value="true" valuetype="data" />
    <param name="uiMode" value="none" />
    </object>



    you may include in popups, new inbox, alerts, special events, etc - this is supported only by some phones.
    http://ngeo.ro

    #2
    Works on my n80, but not on opera 9.26 lol strange....
    btw where 2 put tht code? I put it b4 nd after the <body> nd both works lol....
    sigpiceeeeerrr....

    Comment


      #3
      Object is a body element
      i used bgsound tag within meta tag works fine for IE,OPERA here is the page link. http://bdfun.uni.cc get the code using the source code viewer

      Comment


        #4
        omd @ the sound yeh but that no good as in your case yu have actions and everytime yu go to a new action it starts over agen it ill be same with going to different pages it will have to start again
        Want something coded email me at sales@webnwaphost.com for a prices.




        Comment


          #5
          put the sound .. i dnno your script.. for example i use this code when i get new alarms on a testing script, and yes if you put this script inside of body this will play all day
          http://ngeo.ro

          Comment


            #6
            randomly selects a sound file
            to play for the BGSOUND tag


            Code:
            <?php
            $array = array("sound_1.wav",
            "sound_2.wav",
            "sound_3.wav");
            $n = rand (0, 2);
            $sound_file = $array[$n];
            echo "<bgsound src=\"$sound_file\">\n"
            ?>
            left wap stuff

            Comment


              #7
              Code:
              <object type="application/x-wav" 
                         data=" [ Your Sound File Url ] " 
                         style="height: 0; visibility: hidden;"> 
              
              
              Your Broswer Dont Support Sounds! [url="http://www.opera.com"]Opera Broswer Is Best To Use[/url]</p>
              </object>

              i use this one alot in xhtml as far i.e will not pick up all sounds and not running xhtml right
              Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
              Visit: WapMasterz Coming Back Soon!
              _______
              SCRIPTS FOR SALE BY SUBZERO
              Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
              FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
              _______
              Info & Tips
              php.net
              w3schools.com

              Comment

              Working...
              X