
January 29th, 2004, 10:13 PM
|
|
Contributing User
|
|
Join Date: Apr 2003
Posts: 53
Time spent in forums: 6 h 17 m
Reputation Power: 6
|
|
|
asx streaming media
I have a windows media file streaming at http://137.140.50.4:8080
I am trying to create an asx file so visitors to my site can click on a link and listen using windows media player but I can't get it to work. Windows media player opens with the following error: "Windows media player cannot play the selected playlist. The format of the playlist is either invalid or is not recognized."
If I open windows media player myself, click open url and enter the url manually it connects fine. Can anyone help?
This is how my asx file is set up:
Code:
<ASX version="3">
<Entry>
<ref href="http://137.140.50.4:8080">
</Entry>
</ASX>
|