Hi all,
Just a quick question about FLVs. The project I’m working on needs to have a full screen video background. Naturally I want to preload the entire FLV before the action happens. Just wondering what the best way to do this would be?
I can’t embed the video in the library because it needs to be able to change via an XML file.
I’ve seen some people say to use the FLVPlayback object, but for some reason this won’t allow me to fill the entire screen with the FLV…I guess it only allows for proportional resizing or something?
If I use the NetStream method, is there a way to preload the video other than using the bufferTime property?
Thanks in advance!