29
Great Article About Encrypting SWF’s
Posted by | Posted in AIR, Actionscript 3.0 | Posted on 29-10-2009
He also provides code for an Air app that will receive a dropped SWF and encrypt it.
29
He also provides code for an Air app that will receive a dropped SWF and encrypt it.
07
It's really simple. Just place a file in your classpath with the name of the function you want to have. I created one for the DemonstersDebugger that looks like this (filename is fm.as):
package { import nl.demonsters.debugger.MonsterDebugger; public function fm(msg:*):void { MonsterDebugger.trace(this, msg); } }
That's it. Now I can call fm("testing") from any project. Pretty awesome.
05
I came across some tweets today that brought me back to THIS which explains how CS5 will allow Flash Developers to publish applications to the iPhone. Read the rest of this entry »
02
Just installed Twitter tools. This should be cool. It will update your Twitter anytime you post on your blog. Check it out HERE if you're interested.