i am using this code when i press the Create Button:
var swf:URLRequest =new URLRequest("GameCreate.swf");
loader1.load(swf);
addChild(loader1);
loader1.x = 255;
loader1.y = 200;
This is when i start:
This is after i press Create Button:
This is after i press OK:(i purposely set the position to
show u that i am using the method above which i dont know is it
correct)
Now, I going to press the quit button, How am i gona to
remove the child when THIS child is on the previous FLA file? or
should i just navigateToURL?