Hunting swf memory issues – take ‘em down!

In one of my current projects I’m experiencing a ‘memory waste’ issue, after a basic efficiency re-writing did not solve the problem, I began reading about how flash handles scope chains and memory, and found this very interesting article ‘Scope Chain and Memory waste in...

Flash 10 Sneak Peek looks promising

I just had the time to watch what was presented in the MX Chicago 2007, apparently much.. hmm, Adobe’s 3D api looks attractive, I guess using intrinsic classes is shorter (20 lines?!) and easier to migrate than the current 3rd party packages, and according to...

Sony Bravia has a great 3D interface in flash

Sony Bravia new site (http://bravia.sony.eu/bravia.html) is a great example of 3D navigation system in flash, bringing a new and fresh feel to site navigation, worth the long loading. Using keyboard arrows is so easy and intuitive for controlling the 3D menu, it’s a shame the...

SWX PHP – takes only 3 minutes to set up

I am working on a new project that requires serverside development, using Apache, MySQL and PHP. However I didn’t want to change my current personal webserver configuration – the one that comes with OS X, and I remembered my friend Eran’s tip about MAMP –...

FIVe3D – a new Flash ActionScript 3D package

A new open source vector based 3D animation engine for ActionScript called FIVe3D has recently been shared by Mathieu Badimon. Thanks Mathieu!It is a ActionScript 2 classes package, enabling 3D rotation and position control over objects such as movieclips and text fields.For setting up a...

Flash, a dominant video platform

The last Adobe Flash Player update, (Aug 21, codenamed “Moviestar”) integrates H.264 video and High Efficiency AAC audio codecs, as well as multi core support and full screen mode with hardware scaling.So flash will soon deliver HD quality videos, good news : )Flash is probably...

Flash – Highlighting a string in a textfield

Jack Doyle at greensock shared a really cool AS2 class he calls ‘TextMetrics’ – sounds promising ha?The class calculates x/y coordinates of a string in a textfield, allowing highlighting it or calculating rows width.. nice.Check out his example. Thanks Jack!

3D in Flash CS3 – Papervision3D Component

Few days ago John Grden released Papervision3D Component for Flash CS3.I wanted to try Papervision3D (actionscript 3D engine, check this out!) for some time now, and didnt have the time, with this cool shortcut I simply couldn’t resist..This component adds a panel for controlling properties...

SWX – a cool way to exchange data in flash

Great things are happening recently! SWX is a new data exchange format for flash, by Aral Balkan, basically delivering the data in swf format, so the flash is actually using a native loadMovie() function to load the data.Passing data to and from flash has been...