One way for those pages which present a "player" is to look for the
EMBED in the html source code. The src= parameter to an EMBED is the
url to be played.  In your case

Code:
--------------------
    
  <EMBED type='application/x-mplayer2'
  pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
  id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' 
  bgcolor='darkblue' showcontrols="true" showtracker='-1' 
  showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="220" height="30"
  src="http://audio.grupolatinoderadio.com/CO_HJCK.asx"; autostart="true" 
designtimesp='5311' loop="false">
  </EMBED>
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=61956

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to