-
Archives
- July 2010
- June 2010
- April 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- March 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
-
Meta
Yearly Archives: 2009
How to embed fonts in pure AS3
On my travels as a contractor, I've seen various methods used for embedding fonts in ActionScript 3 projects (code embedded, creating font SWFs, runtime loading, etc). Each of them has its own merits (and limitations), but generally you're looking for … Continue reading
Making your own search engine
Well, sort of. I just added an OpenSearch plugin to the site, that adds a 'spikything' search option to the search drop-down in FireFox 2+ and IE7+. To add the search plugin on your browser, click the drop down arrow … Continue reading
Typelight – a freeware font editor
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 AS3, externalinterface, Flash, howto, javascript, source code
Leave a comment
Kiss my IR35

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