In the main “swf” file I have a navigation-menu that loads different sections/contents of the web layout (each one is a different swf file). Every content is loaded in the same area . These files have two sizes, one size cover the full area (580 x 300 dpi) and the other one cover 3/4 of this area. (380 x 300 dpi).
If a load a full “swf” size file (580 x 300) after loading a ¾ size file (380 x 300), flash shows for a moments the background of the main “swf” . The area between ( 580 y 380 x 300) = 200 x300 dpi.
The “swf” are loaded with the following code:
on (press) {
_root.loader_mc.loadMovie (“xxxxx.swf”);
}
I use the same loader_mc for all movies
How might I avoid it?
Any help will be received well
Anybody has a comment ?
Perhaps I have explained it wrong.
See the problem in the web http://www.coralbaluern.es
If you push two times in the Presentacion or Historia buttons, it’s possible to see after the second push at the right side, a part of the background.
Thanks
===================================================================
[quote=mmarmor;2337657]In the main “swf” file I have a navigation-menu that loads different sections/contents of the web layout (each one is a different swf file). Every content is loaded in the same area . These files have two sizes, one size cover the full area (580 x 300 dpi) and the other one cover 3/4 of this area. (380 x 300 dpi).
If a load a full “swf” size file (580 x 300) after loading a ¾ size file (380 x 300), flash shows for a moments the background of the main “swf” . The area between ( 580 y 380 x 300) = 200 x300 dpi.
The “swf” are loaded with the following code:
on (press) {
_root.loader_mc.loadMovie (“xxxxx.swf”);
}
I use the same loader_mc for all movies
How might I avoid it?
Any help will be received well[/quote]