Songs On Profiles

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

    Songs On Profiles

    Hi everyone. Im wondering is there a code out there that will play music on members profiles. When a member goes to view a profile it plays a song in the background. Im kinda stuck on this any help wud be great. Thank you

    #2
    yeah you can play a tune 2 secs ill have a look in my files i got it some where

    Comment


      #3
      Thanks. Im guessin u can only hear the music on opera tho.

      Comment


        #4
        i cant find it sorry m8 im sure there is a topic on here about them

        Comment


          #5
          try this code:
          Code:
          <embed src="yourmusicfile.mid" autostart="true" loop="true"
          width="2" height="0">
          </embed>
          <noembed>
          <bgsound src="yourmusicfile.mid" loop="infinite">
          </noembed>
          or this one
          Code:
          <bgsound src="yourmusicfile.mid" loop="infinite">
          or

          Code:
          <embed src="bgsound.mp3" autostart="true" loop="true" hidden="true">
          Advertise your mobile site for FREE with AdTwirl

          Comment


            #6
            Ok thank you il try them cheers

            Comment


              #7
              put this in ya BBcode part of core.php

              Code:
              $text=preg_replace("/\[midi\](.*?)\[\/midi\]/i","<bgsound src=\"\\1\"/>", $text);

              usage ::

              upload a midi file to werever in ya site lets say downloads.

              Code:
              [midi]http://yoursite.com/uploads/nameoffile.mid[/midi]
              you know wer i am if ya get stuck .
              Wapchat4u


              Topsites4u

              Comment


                #8
                how will it put to php scripts??or how will it codes to php?

                Comment


                  #9
                  why not do it this way?

                  Code:
                  $text=preg_replace("/\[midi\=(.*?)\]/i","<bgsound src=\"\\1\"/>", $text);

                  Comment


                    #10
                    how to show users what theme using in profile? like user personal wapsite
                    Failure is not when a girls leaves you, its only when you let her go virgin. heheh!!

                    <span style="color:#9ACD32"><span style="font-size:36pt;line-height:100%">BEST MOBILE ADVERTISER</span></span>

                    Comment


                      #11
                      i can make user pick a mid to use for sounds and ppl will hear it fine in profiles
                      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


                        #12
                        That sounds gud. Can mp3s be used or is it just midi

                        Comment


                          #13
                          yeah its upto phone really it will play it for all but some may have errors
                          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


                            #14
                            ok mate cheers. so do any of them codes work for this

                            Comment


                              #15
                              mine is a code will pass vaild
                              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