Hi,
I am new to flash development, but I have followed the kirupa ‘full-site’ tutorial, and created the following flash site:
http://www.asbs17.dsl.pipex.com/Robertson%20Godfrey/
(although the webserver is a bit flimsy at the moment)
My problem is as follows:
I have a ‘main’ SWF which onLoad attempts to loadMovie my ‘home_flash’ SWF: i.e.
this.onLoad = function() {
trace(“load movie”);
};
_root.contents.loadMovie(“home_flash.swf”);
This works fine apart from the ActionScript part of the ‘home_flash’ fails to run?? this ActionScript fades an images from left to right and runs fine if the home_flash is run on its own (i.e. not loaded by main.swf), so I figure it must be something to do with the interaction with the main.swf or the way I am loading it???
Any ideas??
I have attached the main.fla file, howver the home_flash.fla is too large to attach.
Thanks.