Hello,
I'm on a project created in Flash Builder 4.7 and Flash Professional CS6, nice.
I need the project load's a SWF in the "preloaded SWF", the first SWF, loads a second SWF, and this second would be the "Home" of the project.
At this point, work's perfectly. but when the home try to load secondaries SWF sends me
The code of the first SWF:
package
{
import flash.display.DisplayObject;
import flash.display.Loader;
import flash.display.MovieClip;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.Progress