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

Posted in AS3, Flash | Tagged , , , | 1 Comment

Making your own search engine

favicon

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

Posted in SEO | Tagged , | Leave a comment

Typelight – a freeware font editor

I just stumbled across this rather useful OpenType font editor. Called typelight, there are freeware and business licensing options available and you should certainly consider it before forking out for something like Fontographer.

Posted in apps | Tagged , , | Leave a comment

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