I have created a solitaire game in flash CS3, and have tried three options to import the game 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”;
}
I would be very grateful if you could point me to the right direction.