category funciton fms framework

Mimic import and package in FMS

If you follow the fms community you know lots of developers ask for a server-side scripting improvement. They even ask for server-side AS3.

But they are right, we need a better way to code but we don’t feel like sitting here waiting for Adobe to release a new version, we try to mimic what we need with what we currently have.

FMS Event Dispatcher

I had an EventDispatcher class for fms a while ago. I updated it to be more similar to the EventDispatcher class in ActionScript3.

So, here it is for you to use it. If you find smth wrong plz let me know about it and i will be sure to post a fix asap.

BTW, this code is based on Adobe’s class and requires my __package and __import util methods.