Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Mp3 Sounds
Name: geek... the new Date: January 6, 2005 at 14:30:45 Pacific OS: Win 98 CPU/Ram: 128.0 MB
Comment:
i like to know how i can creat a a box with different Mp3 files and the visiter can choose from... lets say 3 mp3's... i don't know... i'm trying to say like something like an Windows Media player right in the site... u guys understand... well if anybody does could i get some help??? plzz... and thank you.
Name: Khalid Date: January 8, 2005 at 05:05:51 Pacific
Reply:
You can use the <embed> tag and change the src-attribute with a piece of javascript. Dont change the src attribute to a different filetype, since the browser loads the required plugin when the page loads, and is not able to change the plugin if you change the file-type afterwards.
Summary: No Jamie, letting the visitor download the file and play it at their own convenience is best. MP3 take forever to load, nobody is going to stick around waiting for 1MB per minute of music on just one ...
Summary: Firefox will not "loop embedded sound" any help will be appreaciated. I am using: <embed src="celine.mp3" width="0" height="0" autostart="true" hidden="true" loop=2></embed> <BGSOUND SRC=celi...
Summary: I have an audio clip that plays via the EMBED tag on a webpage. Here's the code: <EMBED SRC="audio/message.mp3" AUTOSTART="true" VOLUME="50" HEIGHT="60" WIDTH="144" HIDDEN="TRUE"> It play once and ...