Invoking external AS from Main.asc?
Hi all,
I'm hoping anyone can point me in some intelligent direction.
I have a main.asc in my FMS3.5 application. I'd like to be able to import things like AS3Crypto, com.adobe.serialization, etc, to be used in main.asc.
However, there seems to be no clear way to do so.
2 possibilities come to mind:
1) I'm not seeing something in the docs that is super obvious.
2) I'm attempting to use server-side AS for something that it is not intended for..
All I'm trying to do is verify url signature in my onConnect, however, I can't even get access to simple things like byteArrays, let alone invoke AS3Crypto. I can load other ASC files via global load() method, but this seems to bleed to death if I attempt to convert complex AS3 classes to ASC.
Is it intended that this sort of functionality be soley offloaded to another application via webservice/whatever? Or am I simply looking at this all wrong?
Any leads or advice would be tremendously appreciated.
Thanks all.
j
