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
Songs On Profiles
Collapse
X
-
GuestTags: None
-
Guest
-
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>
Code:<bgsound src="yourmusicfile.mid" loop="infinite">
Code:<embed src="bgsound.mp3" autostart="true" loop="true" hidden="true">
Comment
-
Guest
-
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]
Comment
-
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
-
i can make user pick a mid to use for sounds and ppl will hear it fine in profilesVisit: 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
-
Guest
-
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
-
Guest
-
mine is a code will pass vaildVisit: 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
Comment