Hi,
I’ve been working on a full flash website project and recently my flash has stopped resizing… (therefore in the browser it wont be full size). This happens when I import this 3D Picture gallery as a movie clip onto stage…
[LEFT] [COLOR=#000000] [COLOR=#007700]var [/COLOR][COLOR=#0000bb]wall_mc[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000bb]Wall [/COLOR][COLOR=#007700]= new [/COLOR][COLOR=#0000bb]Wall[/COLOR][COLOR=#007700]();
[/COLOR][COLOR=#0000bb]addChildAt[/COLOR]COLOR=#007700;
[/COLOR][COLOR=#0000bb]wall_mc[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]x [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000bb]243[/COLOR][COLOR=#007700];
[/COLOR][COLOR=#0000bb]wall_mc[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]y [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000bb]157[/COLOR][COLOR=#007700];
[/COLOR] [/COLOR] [/LEFT]
I have searched everywhere to find why it stops resizing after this component is loaded in… any guesses to why??