PDA

View Full Version : stream music with html (opera/firefox)


ripken204
01-18-2007, 01:31 AM
<object height="50%" width="50%"
classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="AutoStart" value="1" />
<param name="FileName" value="http://localhost:8000" />
</object>


i am streaming music and i want to put it into a website. but i have no clue how to make it work with opera or firefox. the above code works perfectly with IE. so is there a special trick that i need to do?

_Aerospace_Eng_
01-18-2007, 04:37 AM
What file type is the stream?

wiseman
01-18-2007, 05:20 AM
if it's a .pls just link directly to it
it will open thier default player if they have winamp and/or itunes

ripken204
01-18-2007, 01:23 PM
it is a .pls
but the stream works will media player and vlc also. i dont want to run the link in a player tho, i was wondering if i could just run it thru a website.