Archive for the ‘Uncategorized’ Category

(Obsfucate data) embed an swf as a hexadecimal string in your …swf

Saturday, September 26th, 2009

You can embed an swf, or any other binary octet stream, containing -harder to get to- data as a hexadecimal string into your project. Note: This is not true data security. Nothing is securable in actionscript, but you CAN make it hard(er) to get to. So to describe my last ...

usefull eclipse configuration for ANT + flex

Thursday, May 22nd, 2008

Step 1: Create ant-build Folder in your project Right click on your project name and click New.. Folder... For the sake of the example, call the folder "ant-build". Copy the lib folder from Adobe's flex_ant_tasks_mmddyy.zip to this new folder. The jar file in this lib directory can really go anywhere ...