View Single Post
  #1  
Old 12-25-2008, 04:02 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

How to download web-casts from smartstartgiving.com (SWF audio)


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">&nbsp;</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>
Reply With Quote