all groups > macromedia flash flashcom > june 2006 >
You're in the

macromedia flash flashcom

group:

Communication between Server Classes


Communication between Server Classes tidanone
6/21/2006 2:32:34 PM
macromedia flash flashcom:
Hi everyone.

Let's suppose I want to call the function "callTest" in "Test.asc" from "main.asc". How can I do it?
I searched without finding answers.

Re: Communication between Server Classes JayCharles
6/21/2006 8:23:51 PM
At the top of your main.asc, add this:

load("Test.asc");

Now all of the functions in Test.asc are available to main.asc

Re: Communication between Server Classes tidanone
6/22/2006 12:47:51 PM
Thanks a lot!
AddThis Social Bookmark Button