Topic: Display sizing when I load an external viewer.swf movie
I have a problem in execution time with the display sizing loading a viewer.swf in a dummy mc inside the _root.
I try to use the multiple galleries tips from FELIX, in other part of this forum.
Additionally, I have introduced several buttons on _root but outside the _mc scenario because, I need to continue using these buttons when viewer.swf is loaded to control and manage the _root movie.
The results are that the viewer.swf, when load the images, reduce the size of display from the main movie (_root movie). I thought that the characteristics from _root are holded when other external movie is loaded.
I'm going to use fscommand("fullscreen", true) when I are going to use the main movie for a CD with multi-galleries. In this case, the results are the same: the frames hold the fullscreen option until a frame with the dummy viewer is loaded with a viewer.swf movie.
I'd like to know how is possible to solve this problem. Thanks a lot.