How can I import a SWF solitaire game to my main .Fla file? - TechRepublic
Question
September 26, 2010 at 10:46 AM
valley47

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

by valley47 . Updated 15 years, 9 months ago

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.

This discussion is locked

All Comments