AS3 combobox bug

Every so often in the CS4 Flash file I’m working on, the standard flash combobox component seems to corrupt once compiled. You get undefined errors in the output window when clicking on the dropdown which point to some of the imported event listener classes are missing.

The only solution so far is to drop a new copy of the component into the library and replace the current version. Has anybody else seen this before?

Drupal, 1&1 hosting and some 500 errors to order

Migrating from a MAMP localhost to 1&1 shared server space for a Drupal site, started causing intermittent 500 error pages. But no real feedback from Drupal.

After some digging it turns out that 1&1 default to PHP 4.4.9 even through they have 5.2.8 installed!!??!!

So adding an .htaccess file (even though they don’t allow them) with the following line of code upgrades you nicely:

AddType x-mapp-php5 .php

airport express speaker hack

I’ve been looking for a solution to this for ages… maybe the wrong keyword search combination? Well anyhows, I can now listen to tunes through apps like Spotify or any other not iTunes app, wirelessly via my airport extreme!

Send any audio to the AirPort Express. Send any audio to AirPort Express units, Apple TVs, and even other Macs and PCs, all in sync! Airfoil for Mac gives you your audio - everywhere.

Airfoil for Mac - Give your audio wings…

Wordpress mu and mamp pro

If your trying to get Wordpress mu working on your local testing serving running Mamp Pro; you might get an unexpected port number warning. To get round this in Mamp Pro click on ‘Server’ button. Within the ‘General’ tab click ‘Default ports’ button for the Apache ports. This will change the port number to 80 - the standard port for http serving. Read the rest of this entry »

Controlling flippingbook api within loaded swf pages

FlippingBook HTML Edition is a set of JavaScript and SWF files running on your HTML page. When a page is loaded, the code contained in these files automatically builds in the flash album having such options as: zooming, printing, saving, contents, navigation.

All good until your client wants to add any extra features! For the record, Flippingbook’s support and documentation is crap. One simple requirement is having buttons on the internal pages that link to other pages within the book. Read the rest of this entry »

Could not connect to slideshowpro.net (using cURL)

We recently moved to a new dedicated server using Plesk 8. Apart from the usual grumbles of moving 80 domains nothing too bad happened. However, today I hit a weird problem with a slideshow pro Director install. After trying to login you get this message:

Could not connect to slideshowpro.net (using cURL): Couldn’t resolve host ’slideshowpro.net’.

Read the rest of this entry »

Useful plesk 8 administration sql commands

If you manage a dedicated web server like we do at sandbox media. You’re probably regularly asked by clients and colleagues to call up forgotten user names and passwords for the their domain and email accounts. We have remote root access to our dedicated server’s Plesk MySQL database which is really handy for such occasions. To do this you will need a client based MySQL tool like CocoaMySQL or MySQL GUI Tools to start brewing your own remote backup scripts (just in-case) and sql commands.
Read the rest of this entry »