Java code in AS
Posted: 26 Jul 2007, 17:41
I have followed the examples in gotoAndplay and in the SFS documentation.
However whenever I use java code in AS I get an compilation error
var util = Packages.java.util
var map = new util.HashMap()
1120: Access of undefined property Packages.
OR
var map = new Packages.java.util.HashMap()
1120: Access of undefined property Packages.
What am i missing here?
- VTween
However whenever I use java code in AS I get an compilation error
var util = Packages.java.util
var map = new util.HashMap()
1120: Access of undefined property Packages.
OR
var map = new Packages.java.util.HashMap()
1120: Access of undefined property Packages.
What am i missing here?
- VTween