PDA

View Full Version : Loading Problem



titanag
November 17th, 2009, 12:45 PM
Is it possible to load the stage portion of one swf (.fla) file and the (internal) Actionscript 3.0 portion of another swf (.fla) file? It doesn't seem possible, but it's happening to me.

When my button is clicked, it traces the correct URL, but when it loads, it loads half and half...the stage buttons load properly, but the Actionscript does not.

What is going on?

Example: gogreen.swf should load timeline.swf (the trace returns timeline.swf), but it loads itself instead. And it gets really weird when it loads the button only located in timeline.swf that points to itself (gogreen.swf).

ofeet
November 17th, 2009, 08:06 PM
Do you mind uploading the fla somewhere so we can look at it?

titanag
November 18th, 2009, 12:27 PM
Here is the about folder, which contains the .fla and .as files. I'm using cs3.

Unfortunately, none of the .swfs work on their own, however, because this is loaded from main.swf and so all of the relative links are set for that. Also there's a submenu that won't load because it's not included and has the wrong file path for loading just these .swfs.