views:

303

answers:

1

Hi,

I am developing an application that loads images and video into a Flash player (currently using Flash 8 to develop so this is AS2.0). We are going to host the files on Amazon S3 servers. Can anyone point out the best way to go about loading the files into Flash Player from Amazon S3. I have been using MovieClipLoader to load images from our development server using loadMovie("http://domain/folder/file") and progressive video is loaded in a similar way. I want to be able to load from S3 like I did from our development server. Do I need to go through the signature and authentication process when loading each item into Flash from S3? I dont fully understand how I would generate signature etc in Flash. Can I use the PHP S3 class to do this and send the signature etc as a variable to Flash at the start and use the same signature for loading all images / video?

Thanks

A: 
Scott Evernden
Hi, yes I think so - we really need to prevent anyone from being able to viewing the files, so only people using our web application shouel be able to access files on S3.many thanks for your help!
undefined