Loading swf into Flash

Specific Q&A about the new Flash export
Locked
bkelly
Posts: 1
Joined: Fri Feb 20, 2009 9:02 pm

I have a button with an action to load a pano.swf into a blank movie clip. Here's the code:

on (release) {
loadMovie ("pano.swf", "dropZone");
}

However, when I publish, nothing is there. I can load other swf's there, just not the pano. Am I missing something?
octagono
Posts: 1
Joined: Wed Feb 25, 2009 5:56 am

you are qorking in as2 or as3 ??
i think only work in as3 files.
Locked