Forum Moderators: not2easy

Message Too Old, No Replies

help with audio

audio for multimedia website

         

jocie7

11:15 am on Jun 9, 2003 (gmt 0)

10+ Year Member



Hi..
I need help/suggestions.
i'm not sure if i should post this in this forum or html.

anyway, I'm creating a multimedia kind of website and i want to allow the user to be able to listen to music while surfing my homepage. i don't know if i should use <embed> tags or not.

this is how i want my website with audio to be like.. there will be a small audio link at the bottom which will have numbers 1,2,3 .. each of this number represents a song to be played. so, if the user clicks 1...song 1 will play automatically and continuously.. if the user clicks 2..song 2 will play and so on. there should be an audio Off button too. there won't be a play or pause button. i'm not sure how do i go about doing this. any idea? do i use SMIL? or <embed>? or javascript? some other? oh yeah, i dont want to have it pop-up.

any ideas?

i've seen this being done in a few cool websites.

i do hope you can help me. all suggestions appreciated.
thank you so much!

jozza

TheWhippinpost

11:33 am on Jun 9, 2003 (gmt 0)

10+ Year Member



I think you're best bet is to look at doing it in Flash TBH.

It's not difficult, but describing how to do it here would be a tutorial in itself and I don't have the time sorry.

It's possible to play audio without popping up Media Player etal in other ways but I've never tried it and I'm not too sure if you can stop and start it in the way you described nor do I know if such a technique is cross-browser.

I'd suggest looking at the Microsoft site.

korkus2000

6:18 pm on Jun 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Flash is definitely what you are thinking. Specially for audio since the files are large and flash will compress them. You could stream but without a popup and instant playing I don't think you want that.

Do you have Flash?

lukasz

3:57 am on Jun 11, 2003 (gmt 0)

10+ Year Member



There are some programs which will create flash file for you.
You add mp3 file, choose a play button and it will create html page with flash on it. I saw one which is free for personal non commercial use. It took me lass than a minute to create flash with sound.
And BTW 96% of internet users has flash plugin installed.

The other of putting sound on the web is to use m3u file. You crate text file with a link to your mp3 file in it , then change extension to m3u, and in you html file you put link to m3u file. When someone click on the link it will stream it in favorite (default) player. In my case it plays straight from the browser, but that depens on personal setting.

jocie7

12:22 am on Jun 15, 2003 (gmt 0)

10+ Year Member



Thank you all so much!
i really appreciate it..
yeah, i was thinking of using flash too.. but one of the conditions was not to use flash! Strange but true!
:)

thank you all again.. i might use javascript..

jocie