I have created a new Adobe AIR application (HTML/JavaScript) in Aptana Studio.
To implement the password protected db, i am trying to implement the EncryptionKeyGenerator class from the swf file of as3corelib.
However, when i try to access it's functions, i get the following error
Value not a constructor. So i am not able to access the functions of the class.
Can anyone help me..?