hi all,
i am using adobe flash cs3.
i have a two swf file.
- title.swf
- main.swf
i m using this flah standalone, not for any web application.
in the title.swf have a one button,
what i want in the click of that button it will unload current title.swf file and load main.swf file.
i tried this code
[COLOR=Red]**on (release)
{
fscommand(“quit”);
_root.loadMovie(“C:/Flash/Main.swf”,2);
}**[/COLOR]
it open main.swf file but remain old blue background which title.swf have.
help me