How can I import a SWF solitaire game to my main Fla file?

dolly

New member
I have created a solitaire game in flash CS3 and have tried three options to import the game as a SWF file to my main file without any success.

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";
}
 
Back
Top