hi,
 
i'm trying to download a file whos URL looks something like this...
amazons3/video.DOMAIN.com/course/week1/week-1-video-1.mp4
 
i got that link from the source-code...
 
    <script type="text/javascript">
var so = new SWFObject('/flashfiles/player.swf','mpl','460px','327px','9');
so.addParam('allownetworking','all');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=amazons3/video.DOMAIN.com/course/week1/week-1-video-1.mp4&bufferlength=10&skin=/flashfiles/stijl.swf&width=800&playlistsize=0&playlist=right&streamer=rtmp://75.101.164.124/vods3&autostart=false&checkbandwidth=false&frontcolor=#000000&lightcolor=#000033&stretching=exactfit&image=../../images/Preview/week1/1.gif');
so.useExpressInstall('/flashfiles/expressinstall.swf');
so.write('video1');
    </script>
 
 
i'm not able to download that video file because when i try to download it, it 
says file doesnt exist.
 
i just did a couple search on google and found that amazons3 is somekinda new 
technology.
 
just wondering if i can download that file using some downloader which 
automatically determines the download location for that video?
 
PS: that video plays on the webpage. but when i try to download it says, no 
file!


      
------------------------------------------------------------------------------
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to