Re: [Flashcoders] Video delivery process ...

2007-04-04 Thread Johannes Nel
a normal GET should do the trick as the caching is done with the browser. On 4/4/07, Stephen Ford [EMAIL PROTECTED] wrote: Hi,How do I preload video when the target player is 7?.The delivery technique I'm using is progressive download.Should I be using a proxy SWF to load an external FLV

RE: [Flashcoders] Video delivery process ...

2007-04-04 Thread Jack Doyle
You can preload FLVs with the NetStream and even see how big the FLV file is as long as you've encoded it properly so that it has MetaData. I know that if you do your compression in Sorenson Squeeze it'll inject the MetaData for you, and I think most other tools do the same automatically. Check