Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base64Encoder DOES NOT WORK WITH FLASH PROFESSIONAL OR ANIMATE CC #195

Open
lvto2000 opened this issue Apr 5, 2016 · 0 comments
Open

Base64Encoder DOES NOT WORK WITH FLASH PROFESSIONAL OR ANIMATE CC #195

lvto2000 opened this issue Apr 5, 2016 · 0 comments

Comments

@lvto2000
Copy link

lvto2000 commented Apr 5, 2016

Adobe document for Actionscript 3.0 points to your set of classes to execute encrypted database. http://help.adobe.com/en_US/as3/dev/WS8AFC5E35-DC79-4082-9AD4-DE1A2B41DAAF.html

Your EncryptionKeyGenerator.as class uses SHA256.as class that points to import of non existent mx.utils in flash professional. "import mx.utils.Base64Encoder;" This is a Flex 3 set of utilities vs. Flash.

**Here is the compiler error:

\FLASH TESTING\DATABASE ACCESS and PASSWORD\com\adobe\crypto\SHA256.as, Line 120, Column 16 1046: Type was not found or was not a compile-time constant: Base64Encoder.

\FLASH TESTING\DATABASE ACCESS and PASSWORD\com\adobe\crypto\SHA256.as, Line 120, Column 36 1180: Call to a possibly undefined method Base64Encoder.

\FLASH TESTING\DATABASE ACCESS and PASSWORD\com\adobe\crypto\SHA256.as, Line 37, Column 17 1172: Definition mx.utils:Base64Encoder could not be found.
**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant