[Solved] How to use .jar file in as3 [closed]

JAR files are typically compiled Java code, which can be opened by the Java Virtual Machine. Java is owned and updated by Sun Microsystems. SWF files are compiled ActionScript code, which can by opened by the ActionScript Virtual Machine. ActionScript (used by Flash) is owned and updated by Adobe. The two are similar, but created … Read more

[Solved] AS3 advanced guide [closed]

Apocalyptic0n3 is correct, you won’t find the training you need here, however, I can recommend where to go from here. 1: Buy a programming book, or use any of the freely available manuals. Perhaps an AS3 Cookbook, and definitely an API reference. 2: Learn general programming. I don’t mean “go learn C”, I mean, know … Read more