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

dolly

New member
I have created the solitaire game in flash CS3 and have tried three options 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