Search Results

5
votes

Flex / Air obfuscation

The procedure suggested by maclema will not really stop any attacker from obtaining the source - the "wrapper application" will need to be unencrypted so the attacker will be able to find out that …
1
vote

How do I make a custom Flex component for a gap-fill exercise?

You need a container that supports flow layout. It's not part of the standard Flex framework but you can find some working implementation …