Simple Flash to browser console logging

If you are like me, you like to be able to trace out commands etc from Flash into your browser container. I generally use FlashTracer on Firefox or a more full featured debugger.

However, sometimes I simply want to trace elements into the console of either Safari or Firefox. This is as simple as using ExternalInterface and a small javascript method that takes a single parameter and writes it to the browsers console, via console.log(). Which can then be inspected via Safari’s debug panel or within Firebug on Firefox. And yes, I realise I could use Flashbug or something similar, but to be honest, I hardly ever use Firefox, hence the desire for something that works in Safari.

Simple example file is attached.

Source files
Simple Flash logging (239)

FlashPress 0.7 Released

Small update to FlashPress.

I’ve added in the ability to get a posts ‘Featured Image’, which was introduced in Wordpress 2.9.

At the moment it simply returns the thumbnail size. If there is any desire for the feature, I can add in the ability to get other sizes?

Source Files
Flash Press 0.7 (288)