hi
just building my portfolio site. what I am having problems when loading a project. basically when I load it into a target area none of the movieclips will play.
solved this issue by loading it into level 1.
what I want to do is resize the swf. and all the swfs that load into the main project file. is this posible without altering all the loadable files?
heres what it looks like
on (press) {
loadMovieNum(“FINAL(OPEN)2.swf”, 1);
_xscale = “35”;
_yscale = “35”;
the scale commands resize my primary site, not the loaded files?
this one worked fine accept the gotoPlay’s wont work fir the loaded page?
on (press) {
loadMovieNum(“FINAL(OPEN).swf”, _root.launch);
on (press) {
_root.launch._xscale = “35”;
_root.launch._yscale = “35”;
any idea why these strange things are doing this?