Boroova
07-10-2002, 12:09 AM
Hi, I don't speak (write) english very well, so sorry for bugs.
I have big problem with playing video file (mpg) in flash with FMProjector.
Before FMProj. starts playing an animation, there is always a black frame (black blink of animation - not truly black frame in animation). It is short but I see it.
I want to play video clearly after load or play command, without this black blink (black frame). I wonder if there is some action (command) that check if the hole animation is loaded and after that is possible to start playing. Mabye now there will be not this blink.
My actions are:
fscommand ("fas.avclip.Autosize", "FALSE");
fscommand ("fas.avclip.DisplaySize", "FitToSize");
fscommand ("fas.avclip.Rect", "0,0,610,380");
fscommand ("fas.avclip.VideoOnTop", "true");
fscommand ("fas.avclip.load", "anim2.mpg");
fscommand ("fas.avclip.AutoPlay", "FALSE");
fscommand ("allowscale", "false");
in first frame ^^^^
and
on (release) {
fscommand("fas.control.play");
}
in second frame (on button)
Please Help ME !!!!!
I have big problem with playing video file (mpg) in flash with FMProjector.
Before FMProj. starts playing an animation, there is always a black frame (black blink of animation - not truly black frame in animation). It is short but I see it.
I want to play video clearly after load or play command, without this black blink (black frame). I wonder if there is some action (command) that check if the hole animation is loaded and after that is possible to start playing. Mabye now there will be not this blink.
My actions are:
fscommand ("fas.avclip.Autosize", "FALSE");
fscommand ("fas.avclip.DisplaySize", "FitToSize");
fscommand ("fas.avclip.Rect", "0,0,610,380");
fscommand ("fas.avclip.VideoOnTop", "true");
fscommand ("fas.avclip.load", "anim2.mpg");
fscommand ("fas.avclip.AutoPlay", "FALSE");
fscommand ("allowscale", "false");
in first frame ^^^^
and
on (release) {
fscommand("fas.control.play");
}
in second frame (on button)
Please Help ME !!!!!