View Full Version : embeded music on/off
mysticm
08-04-2006, 01:08 PM
I have music embeded into my site, but I want to add an off/on feature to the far top right of my site, like I seen on Moby.com. However I would like it to be HTML code, not a flash code like on moby.com
please can someone tell me the code that will work on all browsers.
Thanks!
mairving
08-04-2006, 01:27 PM
Not sure what you are using now. If you are using bgsound, you get background sound with few options. You have more features user embed (http://www.webreference.com/js/column20/embed.html). Flash is the overall best.
mysticm
08-04-2006, 04:43 PM
Not sure what you are using now. If you are using bgsound, you get background sound with few options. You have more features user embed (http://www.webreference.com/js/column20/embed.html). Flash is the overall best.
This is the HTML code I use to get the music in the background, however I want it like on/off like Moby.com site, but how is that possible with HTML. I don't know how to design in Flash only frontpage and HTML.
< EMBED SRC="fileURL.mp3" NAME="file name" HEIGHT="2" WIDTH="2" AUTOSTART="true" HIDDEN="true" LOOP="true" >
mysticm
08-06-2006, 05:29 PM
anyone know?
mysticm
08-06-2006, 08:07 PM
That would be nice if I can have maybe 3-4 songs and keep clicking next of if the person doesn't wanna hear sound they click pause and then when they go to the next page same thing.
<param name="AnimationAtStart" value="true">
<param name="TransparentAtStart" value="false">
<param name="ShowControls" value="true">
<param name="PlayCount" value="false">
<param name="BufferTime" value="1">
<param name="BGCOLOR" value="transparent">
<param name="ShowStatusBar" value="true">
<param name="autosize" value="0">
<embed width="20" height="20" src="http://www.obseti.com/audio/Mister%20Joker%20-%20You're%20Destroying%20This%20Beautiful%20World.mp3" controller=true autoplay=true playeveryframe=false pluginspage="plugin.html"></embed>
</object>
mairving
08-07-2006, 10:16 AM
I edited your code to prevent the Active-X warning on this page.
You are ultimately better off to do this with flash. There are plenty of flashplayers that you can download for free. Check here (http://hotscripts.com/search/11408159.html) for a few.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.