Software

Colourising a movie clip in flash - ColorTransform object in action script

A client of mine is interested in making a roomset mock up so that they can present to user the facility to try out different colour ways of products in the room. Fortunately this seems relatively easy to achieve using the Flash ColorTransform object. The Adobe Site has a tutorial on how to do this.

Something I never knew about Firefox - view source feature in url

Did you know that if you type

view-source:http://news.bbc.co.uk/

into the location bar of Firefox you go straight to the source code of the page. When you are developing a CMS powered site you could include this on every page whilst developing a site to quickly see the source?

Interesting flash based image browser

The Flash Loaded site has some excellent components delivering carosel style navingations for images. They are a bit like the Piclens add on for Mozilla which is trully amazing!

Interesting flash based image browser

The Flash Loaded site has some excellent components delivering carosel style navingations for images. They are a bit like the Piclens add on for Mozilla which is trully amazing!

PHP Error logs

To view the php error logs use the following command.

tail /etc/php_error.log

Flash Drupal Services and AMPPHP

You have several options available when it comes to interfacing Drupal with Flash / Flex. There are a couple of modules you will want to evaluate

Drupal and Flex

Drupal and Adobe Flex are perfect partners. The key to making the two systems communicate is understanding the Drupal Services Module. This provides the communication layer between Flex and the Drupal API / Database. The services module comes with some useful built in facilities such as loading nodes, accessing the taxonomy. Extending the module with your own services is really easy. The code powering the module is rudimentary for anyone familiar with module development.

Page Flipping Niceness in Flash

Not sure why but in the past few weeks I have had several clients ask for page flipping features like on the Dreamworks site for example. After a little digging I found this Flash Source File which delivers the functionality required.If you are happy to pay for a component the flipping book flash component is pretty awesome. 

More proof that Coldfusion is dying a death

Since my jumping ship from Coldfusion to Drupal, it is fair to say I have rarely felt the need to look back, except to do painful legacy application support. It is fascinating to see that Drupal beats Coldfusion on Google Trends and has done for over a year.

Getting Drupal RSS / XML Data into flash easily

I have been looking at creating some interfaces with flash from data held in Drupal. I didn't want to use complex methods such as web services gateways so it occured to me that I could expose my data using XML and views. Flash is pretty good at reading in XML. I used the following code to prove the concept taken from an example an kirupa.com

This Flash action script takes the rss feed for my site and passes it into Flash.

Syndicate content