View Single Post
  #43  
Old 07-28-2010, 11:00 AM
Fraekz Fraekz is offline
Junior Member
 
Join Date: Jul 2010
Posts: 3
Fraekz is on a distinguished road
Default

Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPE


How to get the swf_url?
a) Open the rtmpe streaming weblink (intended video) and open View --> Page Source
b) Search for something like ".swf" "swf?" or "embed" and find something like these lines.
Code:
// embed the Flash Content SWF when all tests are passed
		
	AC_FL_RunContent(

			"src", "http://www.mybigflix.com/apache_file/flash/Player?f=" + new Date().getTime(),
			"FlashVars", "adsxml=aHR0cDo.........
			"width", "640",..
	);
The first line src "http://www.mybigflix.com/apache_file/flash/Player?f=" is from where we got our swf_url.

Hope this helps you.
Reply With Quote