I’ve gone over and over the transition between swf tutorial, examined the original fla files, created all the needed elements for my site but it still isn’t working properly.
I’ve created my main scene which has an opener then once it comes together I use an action script to call up my “welcome” movie.
_root.currMovie = “welcome”;
container.loadMovie(_root.currMovie+".swf");
But my site doesn’t even get that far it just stops for some reason. I am at witts end with this, I’ve even tried to recreate the original tutorial with no success.
I’ve included my fla souce files below if anyone can shed some light on this I would majorly appreciate it!