hi, this is my first post on this board so go easy on me.
i’m having big problems using loadMovie on a project - basically i’m trying to build a flash page that will run in full screen (as part of an exhibition) and will load up other swf files within itself. so there will maybe be a row of buttons along the bottom which load swfs into an area above them…
for example i’ve tried using something like:
*
on (release) {
loadMovie(“robot.swf”, holderA);
}
*
to load a swf into a blank movie clip called holderA but some of the keyboard controlled actions in the robot.swf don’t seem to work then.
is there a way to get the key commands working in the robot.swf again? i thought it might be something to do with the loaded swf not having keyboard focus or something…
the code in the robot.swf file which has stopped working goes something like this:
on (keyPress “d”) {
_root.drummachine1.gotoAndStop(4);
_root.hihato.gotoAndPlay(2);
}
*
have spent all day on this with no progress so will be interested to hear your thoughts. when i have tried loading in other swfs into my blank clip much of the code in them as stopped working as well.
thanks
james