I have an SWF that pulls several fairly heavy .flv files into the media player over its life cycle.
I’m using the player.source property.
I don’t see how I can control whether or not the player caches the flvs. I see a settings tab on the Flash Player itself (you can right click to bring up the settings) and I’ve set the slider to “unlimited” but after running the movie, the amount of cached information is still at 0.
Curious if anyone has dealt with this before.
I’m pretty sure if you just use the built-in flvPlayBack component and stream the .flv using httpStreaming, your file will not be cached.
In the past, I’ve used NetStream to download .flvs and save them to cache.
something like:
This is just off the top of my head. I’m also pretty sure some 3rd party loaders like BulkLoader do this for you.