Search found 1 match

by bkelly
Fri Feb 20, 2009 9:04 pm
Forum: Pano2QTVR - Flash
Topic: Loading swf into Flash
Replies: 1
Views: 12512

Loading swf into Flash

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?