I need to download web casts from smartstartgiving.com. But when I view the pages source and copy the URL from the embedded player,
Code:
http://www.smartstartgiving.com/category/web-casts/
I can't get the URL of the web-cast. I just get the HTML file with the following content
Code:
<div id="flashcontent"> </div>
<script type="text/javascript">
var fo = new FlashObject("http://click-here-to-listen.com/players/iaPlay3.swf?x=2099494315", "mymovie", "75", "25", "5", "#FFFFFF");
fo.addParam("wmode", "opaque");
fo.write("flashcontent");
</script>