Hello to all
I have this problem with a photogallery ( from this site ) not loading correctly into a MC with transition and preload animations.
I have this button
code :
b1.onRelease = function() {
if (_root.section != "info.swf") {
_root.section = "info.swf";
_root.transition.gotoAndPlay("closing");
and the info.swf is the photogallery and it works perfectly on it’s own but when it’s supposed to load in the mc it doesn’t show ok ( i can’t see the buttons and the photo is aligned to the right )
If some one could help me out please
Regards
Matthew