... PLEASE bear with me on the explainations:
i am loading this swf into my main movie:
frame 1 has no content and a stop.
frame 2 the preloader:
ifFrameLoaded ("movie"
{
gotoAndPlay (10);
}
("movie" being the first frame of the mov)
frame 8:
gotoAndPlay(2);
(the preloader repeating) ...
...and frame 10 then the content (the first frame of the mov). well, i imported and embedded the mov. flash told me the required frames needed and that works. my question now is:
the imported mov does not consist of individual frames (right? its this strip of the 1200 frames flash told me that are needed). so, when i preload until frame 10 is there, does that mean, its only one frame loaded of the mov, or does the first frame of the mov mean it is the whole thing??? meaning its loading the total file size because its that strip?
i read somewhere buffering 40% will assure good play back. so do i have to preload till frame 480 for this to happen? and in general, how big is TOO big of a video file? ... mine are 4mb, will stitching be better?
i know too many things at ones, but maybe someone can shed some light on some issues... or know some REALLY good tuts that even an eager, willing to learn newbie can understand!!!
thanx in advance
i am loading this swf into my main movie:
frame 1 has no content and a stop.
frame 2 the preloader:
ifFrameLoaded ("movie"
gotoAndPlay (10);
}
("movie" being the first frame of the mov)
frame 8:
gotoAndPlay(2);
(the preloader repeating) ...
...and frame 10 then the content (the first frame of the mov). well, i imported and embedded the mov. flash told me the required frames needed and that works. my question now is:
the imported mov does not consist of individual frames (right? its this strip of the 1200 frames flash told me that are needed). so, when i preload until frame 10 is there, does that mean, its only one frame loaded of the mov, or does the first frame of the mov mean it is the whole thing??? meaning its loading the total file size because its that strip?
i read somewhere buffering 40% will assure good play back. so do i have to preload till frame 480 for this to happen? and in general, how big is TOO big of a video file? ... mine are 4mb, will stitching be better?
i know too many things at ones, but maybe someone can shed some light on some issues... or know some REALLY good tuts that even an eager, willing to learn newbie can understand!!!
thanx in advance