Load files from Amazon S3 into Flash using AS3 Bulk Loader
I had a go at loading some assets from Amazon S3 with AS3 bulk loader and ran into trouble. Generally I specify loader context when I load files from external source, but I thought Bulk Loader handled it all internally. ?After browsing the source code I found out that you can pass the LoaderContext into […]