Flash Q
- Started
- Last post
- 2 Responses
- armed_rob
Hey im loading a external swf in to a level like this:
on (release) {
if (!_root.detskernu) {
loadMovie("detskernu.swf", 5);
_root.forside = false;
_root.ompitstop = false;
_root.finddinpitstop = false;
_root.klubpitstop = false;
_root.detskernu = true;
_root.crazyodds = false;
_root.pitstopcup = false;
_root.pitstopexperten = false;
_root.expertmesterskabet = false;
_root.expertanbefalinger = false;
_root.staldpitstop = false;
_root.spilleautomater = false;
_root.franchise = false;
}
}I need to send the loaded swf to a frame called "herning"
How the f**k?!?
- armed_rob0
anyone???
Is it possible?
- Mick0
Put an empty MC on the stage and load the MC into that target.