How do I add a streaming audio link? [Archive] - AmityMama.com

View Full Version : How do I add a streaming audio link?


Nutmeg
09-16-2002, 05:43 PM
I have an MP3 file I have uploaded to my website. I would like guests to be able to click on a "play me" button and have it play. How do I do this? Any coding ideas?

Thanks!!
Meg

APDaddy
09-16-2002, 06:19 PM
According to my handy-dandy little book, this may work:

<embed scr="song.mp3" />

Did that help?
:confused:

Nutmeg
09-17-2002, 01:52 AM
i tried it and this is what happened...

http://www.cookiepants.com/play_me.htm

??

APDaddy
09-17-2002, 05:50 PM
uh-oh, that's no good, is it? :confused:
Where's Renata when you need her (or Margaret even!!)?!? ;)

This is really a weak area of skill for me and I have no experience.
BUT, It looks like you're going thru Wahmbiz for the store - is the mp3 file on their server? This is where the webpage is trying to find it:
ftp://www.citlink.net/%7Etelliano/Mfhb%2000.00.00%20Liz%20Exaggerates.mp3

renata
09-17-2002, 06:35 PM
I'm here :)

Take a look at this: http://www.labelswithlove.com/temp/player/

I'm not very familiar with how to make EMBED work Jack's way, so I have a different solution for you ;) (download the zip file, and take a look at each file's source, I left comments in one of them).


Edited to add: you'll need to modify the code (in index page, in this example) a bit so it opens the player in a new pop-up window (do that using java-script).