Is there any way to download/preload 500mb-1gb of flvs/swfs for a flash application running on a website?
I have 15 flvs and 15 swfs and I want to preload all of them together(before my app begins) so that they load instantly(as if it were local) when I call each, after I have preloaded.
Since we're in the browser, isn't the only thing available for download the browser cache? And wouldn't the cache alone not work for these requirements(1gb, load as if local)?
Seems like I can only really do this with AIR.