video - preload FLV in Actionscript 3? -


I am working with a lot of video-based section-to-section transitions on a Flash site. Transition video itself is a few seconds long, but is heavy (~ 700kb) because they are very high resolution; Before loading all changes on the initial site load, the number of sections and section-to-section transition combinations (and therefore the video) can not be applied.

What I want to do, every transition is loaded as a necessary load of the video; For example, if you are in Area A and click on navigation for area B, A-> B video load (wait only for a few seconds for most users) and then played back though, I also have a quick loader Want to display the graphic as the transition load, before it is played back (something like a loader is simple, but more than just a spinner or choice, as well as Sense of Chit progress is important). / P>

What is the best way to do this in Action Script 3? It was relatively simple in AS2 (), but so far I have seen a simple solution for AS3. I am using standard code based technologies for FLV playback in AS3 (NetConication, NetStream, Video Objects) - no FLVPlaybackComponents or similar.

Thanks a lot!

It is not very different in AS3. Use timer instead of just interval Did you have trouble converting that code into AS3?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -