Answered
Using Actionscript 2.0 classes in Flash Media Server
Hi,
I'm trying to make use of the new Flash Media Interactive Server 3.
I've written quite a few classes to make a game in a nice and object oriented way. All of them in Actionscript 2 style.
Now when I'm in my 'main.asc' (the file actually executed by FMS. I can't find a way to import these classes.
when using:
import package.Class;
The server can't resolve the package name.
When using:
load("dir/file.asc");
The server doesn't allow me to use the 'class' keyword.
Does anyone have any experience in this field? And is it even possible to use these kind of classes (wich work fine when using them in a client side SWF)
Thanks!
Bart
I'm trying to make use of the new Flash Media Interactive Server 3.
I've written quite a few classes to make a game in a nice and object oriented way. All of them in Actionscript 2 style.
Now when I'm in my 'main.asc' (the file actually executed by FMS. I can't find a way to import these classes.
when using:
import package.Class;
The server can't resolve the package name.
When using:
load("dir/file.asc");
The server doesn't allow me to use the 'class' keyword.
Does anyone have any experience in this field? And is it even possible to use these kind of classes (wich work fine when using them in a client side SWF)
Thanks!
Bart
