I have tried it just now, but still cannot combine those swf files into a single exe projector. For each swf file, I have few buttons to be linked to other swf files. If I convert those swf files into projector for example (words.swf-->words.exe,main.swf-->main.exe), I use the script such as
on (release) {
loadMovieNum("words.exe", 0);
}
for the words button in my main.fla.
When i try to run the main.exe, and press the button, it cannot be linked to words.exe at all.So what should i do?
|