as3corelib
                                
                                
                                
                                    as3corelib copied to clipboard
                            
                            
                            
                        EncryptionKeyGenerator is not included in the library
Originally filed by NielsBjerg on 2009-03-03T16:02:08
What steps will reproduce the problem?
- run example from http://help.adobe.com/en_US/AIR/1.5/devappsflex/WSAD329515-CBF1-4658-8DD7-CAC9C354CE94.html or http://www.adobe.com/devnet/air/flex/quickstart/encrypted_database.html
 
What is the expected output? I was expecting the examples to run What do you see instead? Include errors
What version of the product are you using? On what operating system? as3corelib-.92.1 on Vista enterprise. Flex Builder.
Please provide any additional information below. The class is not present in the source of the download, but it is included if I do a checkout. The obvious (working) workaround is of cause to compile that class with my current project.
Updated by james.gallagher on 2009-08-28T11:19:48
yes i have found the same problem,
this file is no longer available within the library, it has been removed.
it is within the source files via the html viewing but once downloaded, the src file is no longer there and the .swf file does not contain it either.
I am working with AJAX through HTML so I cannot simply add the source to my application and then use it as far as I am aware, it must be in swf format, is this correct?
The above person who is using flex could be able to recreate all src file i think and then use it as he wrote it himself without the .swf but i could be wrong?
where can I find a working EncryptionKeyGenerater.swf??
Updated by handi.tan on 2009-11-09T17:37:05
I hope that EncryptionKeyGenerator class just got accidentally removed instead of permantently removed.
Updated by chan.matthew on 2009-11-13T15:49:24
You can always download the source code and build the library yourself. There is a script provided to do that.