VasylKorzhyk / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

EncryptionKeyGenerator is not included in the library #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run example from
http://help.adobe.com/en_US/AIR/1.5/devappsflex/WSAD329515-CBF1-4658-8DD7-CAC9C3
54CE94.html
or
http://www.adobe.com/devnet/air/flex/quickstart/encrypted_database.html
2.
3.

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.

Original issue reported on code.google.com by NielsBjerg on 3 Mar 2009 at 4:02

GoogleCodeExporter commented 8 years ago
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??

Original comment by james.ga...@gmail.com on 28 Aug 2009 at 11:19

GoogleCodeExporter commented 8 years ago
I hope that EncryptionKeyGenerator class just got accidentally removed instead 
of 
permantently removed.

Original comment by handi....@gmail.com on 9 Nov 2009 at 5:37

GoogleCodeExporter commented 8 years ago
You can always download the source code and build the library yourself. There 
is a
script provided to do that.

Original comment by chan.mat...@gmail.com on 13 Nov 2009 at 3:49