Saahib
Cyborg Agent
Hello,
I need to download a FLV files embeded in a page which can be accessed only after login, problem is that you only see those video only certain number of times, they are kind of classes for one of my friend, he wants them to download and see them whenever he wants, preferably in his phone...
But problem is that I am unable to locate direct flv url for video, I tried videodownloader for FF and also orbit downloader in FF and IE also.
Videodownloader for FF is downloading only 20 kb file, looks like they have added some security so that people can't download videos..
Here is embed source :
Since I am with almost NIL in knowledge of FLV , I can't figure out what's going on but looks like they are wrapping actual video url somehow, but I am not able get its stream by various way, I even tried to see Http requests of browser but no avail.
I need to download a FLV files embeded in a page which can be accessed only after login, problem is that you only see those video only certain number of times, they are kind of classes for one of my friend, he wants them to download and see them whenever he wants, preferably in his phone...
But problem is that I am unable to locate direct flv url for video, I tried videodownloader for FF and also orbit downloader in FF and IE also.
Videodownloader for FF is downloading only 20 kb file, looks like they have added some security so that people can't download videos..
Here is embed source :
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="*download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"
width="320" height="280" id="Player" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="OACWC_Player.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="flashVars" value='ip_add=128.58.68.54&stud_name=Sunil Shah®is_id=IOT033&video_path=OAC/IOS_MAY_2011.flv' />
<embed src="OACWC_Player.swf" quality="high" bgcolor="#000000" width="320" height="280"
name="Player" align="middle" allowscriptaccess="sameDomain" allowfullscreen="true"
type="application/x-shockwave-flash" pluginspage="*www.adobe.com/go/getflashplayer"
flashvars='ip_add=117.199.199.152&stud_name=Sunil Shah®is_id=IOT033&video_path=OAC/IOS_MAY_2011.flv' />
</object>