Forums | MacLife
You are not logged in.
#1 2003-12-30 2:45 pm
Audio embed problems
Hey everyone. I've been working on a new website for my short films, but I'm having some problems embeding a sound file. The code/file works fine on my PC, but I get errors on all of the Macs I try. My guess is that it's a problem with the file, but code has never been my forte.
Would any of you be willing to check out the code/file and let me know where I've gone wrong?
http://www.obmedia.com/unattractive/
Thanks a lot!
Offline
#2 2003-12-30 4:25 pm
- Macskeeball
- Member

- Registered: 2002-02-07
- Posts: 8014
- Website
Re: Audio embed problems
Replace this:
Code:
<EMBED SRC="websong/websong64.mp3" NAME="songplayer" LOOP=TRUE MASTERSOUND AUTOSTART=NO HIDDEN=TRUE>
With this:
Code:
<object data="websong/websong64.mp3" id="songplayer">
<param name="controller" value="false">
<param name="autoplay" value="false">
<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html">
</object>That should do everything but loop, which I do not know how to do.
tech writer for hire
Offline
#3 2003-12-30 4:34 pm
- Macskeeball
- Member

- Registered: 2002-02-07
- Posts: 8014
- Website
Re: Audio embed problems
You say code is not your fort
tech writer for hire
Offline
