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