Is it possible to use PHP to create AS2 functions? Like load the php file from the swf file and have it [the php file] send a string like
function test(){
trace("test");
}
and somehow get AS2 to read it as a function. The reason I want to do this is because I don't want anyone seeing 2 of my good functions in my flash file. I know about SWF Encrypters and things, but none of then can truly keep one out. Thanks.
Sorry for bad grammar or anything wrong with this post - it's 4 am here.