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
Streaming .WMA files on your website (ASX /netscape issue)
Moderator: General Moderators
Code: Select all
<ASX>
<Entry>
<Ref href = "http://www.brotherresistance.com/draft/albums/when_de_riddum_explode/track13.wma" />
</Entry>
</ASX>-
Straterra
- Forum Regular
- Posts: 527
- Joined: Mon Nov 24, 2003 8:46 am
- Location: Indianapolis, Indiana
- Contact:
I actually meant, what code do you put onto the website...Not the code withing the WAX file.Sami wrote:Code: Select all
<ASX> <Entry> <Ref href = "http://www.brotherresistance.com/draft/albums/when_de_riddum_explode/track13.wma" /> </Entry> </ASX>
-
microthick
- Forum Regular
- Posts: 543
- Joined: Wed Sep 24, 2003 2:15 pm
- Location: Vancouver, BC
-
Straterra
- Forum Regular
- Posts: 527
- Joined: Mon Nov 24, 2003 8:46 am
- Location: Indianapolis, Indiana
- Contact:
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?
<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?
- kendall
- Forum Regular
- Posts: 852
- Joined: Tue Jul 30, 2002 10:21 am
- Location: Trinidad, West Indies
- Contact:
Streaming .WMA files on your website (ASX /netscape issue)
Well I just create a link to the .WAX file
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
Code: Select all
<a href=file.wax>link</a>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