ashutoash Posted February 23, 2012 Share Posted February 23, 2012 Can anyone point me to proper examples or code snippets that can help me add background music to my website. It can be flash enabled or jquery based. I looked at many jquery based examples but some play mp3's some dont. So just want to make something flash enabled. HELP!!!! :facewall: Link to comment https://forums.phpfreaks.com/topic/257656-code-to-add-background-music-for-website/ Share on other sites More sharing options...
Zane Posted February 23, 2012 Share Posted February 23, 2012 I looked at many jquery based examples but some play mp3's some dont. So just want to make something flash enabled. HELP!!!! And what examples might those be? What have you tried thus far, specifically? Provide code if you have to.. Actually, I highly suggest you do. Link to comment https://forums.phpfreaks.com/topic/257656-code-to-add-background-music-for-website/#findComment-1320578 Share on other sites More sharing options...
ashutoash Posted February 24, 2012 Author Share Posted February 24, 2012 I tried the following code...but it doesn't seem to work. I dont know how to exactly incorporate it. I know where to put it meaning it in terms of styling, using play pause buttons on click events but just want help with the player. <object width="60" height="20" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"> <param value="OOMBACKGROUND.swf" name="movie"> <param value="high" name="quality"> <embed width="60" height="20" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="OOMBACKGROUND.swf"> </object> Link to comment https://forums.phpfreaks.com/topic/257656-code-to-add-background-music-for-website/#findComment-1320596 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.