[COLOR=black][FONT=Arial]Project Using Flash 8[/FONT][/COLOR]
[COLOR=black][FONT=Arial]AS2[/FONT][/COLOR]
[COLOR=black][FONT=Arial]SWFObject[/FONT][/COLOR]
[COLOR=black][FONT=Arial]Hello everyone…I have an issue where I have a main movie (Full Browser Flash site)…and within that movie I have the global navigation, and a container for loading all of the external pages…and both of these items are centered horizontally (I locked vertical movement)[/FONT][/COLOR]
[COLOR=black][FONT=Arial]The container is 500x500 and the external movie’s stage size is set at exactly 500x500 as well…and all works fine up to this point…[/FONT][/COLOR]
[COLOR=black][FONT=Arial]However, when I add elements in the external movie clip “off stage” (like a clip flying in from the side) the main movie container includes these items in measuring “total _width of the external clip) which causes the size to change from 500x600 to something like 560x500 [/FONT][/COLOR]
[COLOR=black][FONT=Arial]This is a serious problems with centering the container clip as these items don’t actually appear in the flash movie (masked in)…so the external clip ends up looking “off center” …when the stage is resized (Yes…i have a function that is tweening movement on stage resize…and it works fine as long as the ext clips dont have items off stage that increase the loaded width/height within the container)[/FONT][/COLOR]
[COLOR=black][FONT=Arial]Basically, everything works fine until I add items off stage in the external MC’s, but I will need to do this…[/FONT][/COLOR]
[COLOR=black][FONT=Arial]I can’t figure out what I’m missing here, or how to get around this, any help would be really great! [/FONT][/COLOR]