Monthly Archives: August 2009

How to use ExternalInterface to integrate AS3 with JavaScript

Here's a quick snippet of code for integrating your SWFs with JavaScript, using ExternalInterface: PLAIN TEXT Actionscript: import flash.external.ExternalInterface;   // Calling a JavaScript function from AS3 (with optional parameters) if (ExternalInterface.available) ExternalInterface.call("javascriptFunction", param1, param2);   // Implementing a JavaScript … Continue reading

Posted in AS3, Flash | Tagged , , , , , | Leave a comment

Kiss my IR35

The finger to you, Gordon, the finger.

It's good to know the government hasn't been wasting our money after all. Oh wait, seems they have. Any contractor in the UK will have heard about IR35 - the mechanism by which HMRC is trying to close every tax … Continue reading

Posted in Politics | Leave a comment