Page 1 of 1

Streaming .WMA files on your website (ASX /netscape issue)

Posted: Mon Dec 29, 2003 7:34 pm
by kendall
Hey ppl,.

Im trying to stream windows media files on my website....but my problem is that it doesnt work with netscape

I have the .wax file linked to the .wma file but in netscape it doesnt go to the .wma file it just shows the mark up for the .wax file

can anyone get it to play in there media player from netscape

http://brotherresistance.com/draft/albu ... rack13.wax

Kendall

Posted: Mon Dec 29, 2003 7:41 pm
by Straterra
OMG! You just solved like the main problem I have had!!!

What code do you use to insert the music??

Posted: Mon Dec 29, 2003 8:24 pm
by m3mn0n

Code: Select all

<ASX>
<Entry>
<Ref href = "http://www.brotherresistance.com/draft/albums/when_de_riddum_explode/track13.wma" />
</Entry>
</ASX>

Posted: Mon Dec 29, 2003 8:28 pm
by Straterra
Sami wrote:

Code: Select all

<ASX>
<Entry>
<Ref href = "http://www.brotherresistance.com/draft/albums/when_de_riddum_explode/track13.wma" />
</Entry>
</ASX>
I actually meant, what code do you put onto the website...Not the code withing the WAX file.

Posted: Mon Dec 29, 2003 8:40 pm
by microthick
Do you need MMS or some other streaming software on the webserver?

Posted: Mon Dec 29, 2003 8:43 pm
by Straterra
I have tried

<embed src="http://jitrocks.sytes.net:88/eck/all.wax" autostart="true">

But even that doesn't work in IE...I'm curious..how did you get it to work in IE?

Streaming .WMA files on your website (ASX /netscape issue)

Posted: Tue Dec 30, 2003 7:40 am
by kendall
Well I just create a link to the .WAX file

Code: Select all

<a href=file.wax>link</a>
then the file takes it from there and opens the music file in the appropriate player.

i use real audio and windows media.

Real Audio works good in both browsers. but i dont no what the KCUF is going on with Netscape and playing windows media files....im using netscape 7

did you guys try the link out in netscape?

Kendall