Great Article About Encrypting SWF’s

Posted by | Posted in AIR, Actionscript 3.0 | Posted on 29-10-2009

HERE

He also provides code for an Air app that will receive a dropped SWF and encrypt it.

Creating Top Level Functions in AS3

Posted by | Posted in Actionscript 3.0 | Posted on 07-10-2009

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.

iPhone Applications from Flash!

Posted by | Posted in Flash, iPhone | Posted on 05-10-2009

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 »

Twitter Tools

Posted by | Posted in General, Wordpress | Posted on 02-10-2009

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.