Looking at the web page source html. In the source code windows -
search for ".mp3". You see this fragment
Code:
--------------------
<embed
type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/windows/mediaplayer/en/download/"
id=mediaPlayer displaysize="2"
showcontrols="0" showstatusbar="-1"
width=332 height=293
src="../upload/media/yc20081228a.mp3" >
</embed>
--------------------
"Embed" areused to embed players in web pages and play the files called
"src=".
To get the full URL, you need to add the "src=" value to the basic
http of the web page to get
Code:
--------------------
http://www.yanfook.org.hk/upload/media/yc20081228a.mp3
--------------------
--
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=61367
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss