How to import an external SWF into my main flash file?

dolly

New member
I have successfully created a solitaire game in flash CS3 but failed when I tried to load the game as a SWF File into my main flash file.
I have tried three options :
1.Using a component to load the SWF file
2. load through actionscript --------- myloader.contentPath = "game.swf";
3. gh_mc.onRelease = function () {
myLoader.contentPath = "game.swf";
}
the file is loaded correctly, unfortunately when I test my movie, I can only drag the cards that's already on display, but can't play the game and clicking does not work neither. I would be very grateful if you could point me to the right direction.
 
Back
Top