PDA

View Full Version : Streaming audio thing ?



Sanshiro
February 3rd, 2004, 05:05 AM
I have uploaded some songs to my website, but apparently when u click on them it downloads..

the songs are .mp3 .. and i want this to happen:

When u click on a song, it opens your default media player and plays the song (Buffering).

Help ? they told me its possible in php, so i think the best way is to ask Kirupa.com :love:

mdipi
February 3rd, 2004, 11:50 PM
embed it into an html page.



< embed src="song.mp3"></embed>


there can be more to the embed tag, if you do it in dreamweaver if should help you more than what i provided :D

(note remove the spaces)

Sanshiro
February 4th, 2004, 03:31 AM
Thanks ! this is much better than needing to download them.

But is there anyway to make it open like Winamp, buffer and play... instead of a new page with a player embeded in it :P ?

Sanshiro
February 4th, 2004, 08:17 PM
weird thing, it only works with win xp !