Thanks for the speedy reply. For some reason it still does not recocnize the URL. I've tried multiple variations of the URL. Here's the html source:
[size=1]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
'Uncomment the next lines to prohibit context menu and flow bar appearance
'UPlayer.EnableContextMenu false
'UPlayer.EnableFlowControl true, false
UPlayer.Play
end sub
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Player callbacks
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
sub UPlayer_OnStart()
end sub
sub UPlayer_OnStop(PlaylistToBeCont)
if PlaylistToBeCont = false then
UPlayer_OnResize 320, 240
end if
end sub
sub UPlayer_OnResize(X, Y)
UPlayer.Width = X
UPlayer.Height = Y
end sub
</P>
<p> </p>
<p> </p>
<p> </p>
<p align="center"><font color="#FFFF00" face="Lucida Console" size="5"><a href="ums://TCP:153.25.80.80:5119/clips/">Click
Here If You Have The Standalone Player</a></font></p>
<p><font color="#FFFFFF"><a href="main.htm" target="_self">Back</a></font></p>
<p align="center"><font color="#FFFFFF">Sit back and enjoy the show!!</font></p>
<p align="left"> </p>
</body>
</html>
[/size]
Thanks for the try. I did find out that the stream is served by a proggy called "Unreal Media Server" The company site says that it masks the file directories to prevent saving locally, but I'm sure there's a way, just have to find it. On goes the search. :)