Post by Phil / October 7th, 2009

Installation guide for Flash Indexhibit frontend

Because some of you asked for an installation guide for the example I posted earlier – here comes a small how-to so that you can get the demo up and running on your own computer/webserver.

There is more than one way to get this done …

Read on ›

Post by Phil / October 4th, 2009

Flash on the Beach ’09 résumé


FOTB 09 Beach Barbecue – Image by Keith Peters via Flickr

Second time (after 2007) for us being at FOTB in Brighton this year … and I just wanted to write a small roundup to let all of you who couldn’t be there in person know what you missed out on ;)

All in all it was great – again! Not so much about Flash and ActionScript but nonetheless there were definitely some speakers that totally blew my mind.

Read on ›

Post by Phil / September 27th, 2009

Updated our AS3 open source VideoPlayer

I just uploaded the new 1.01 version of our Apdev VideoPlayer to google-code.
We fixed/added some features some of you requested, like e.g.

  • Volume button behavior changed
  • VideoPlayer now fires events when the video’s play-state changes
  • and some other minor changes…

VideoPlayer example: http://apdevblog.com/examples/apdev_videoplayer/
HTML-embed example: http://apdevblog.com/examples/apdev_videoplayer/html.html

We also updated the documentation.

So go and check it out: http://code.google.com/p/apdev-videoplayer/.
Or just download the new version directly: apdev-videoplayer-1.0.1

Some days ago Adobe released the spell-checking library called “Squiggly“. According to Adobe the library “allows you to easily add spell checking functionality in any Flex 3 based text control” – but because most of our projects are AS3 only, we decided to build a class which allows you to use the SpellChecker’s functionality with every normal TextField in Flash.

Unfortunately Adobe messed up the Docs of the library’s current version (BTW, why do we need to download it? every other doc is accessible online) – they are talking about Events and EventDispatcher where no Dispatcher can be found and not even one Event is fired. Great that Adobe releases such a tool but they should definitely try to get the facts/info/docs right! Otherwise it’s really hard for us developers to work with (and maybe improve) the tools they offer.

So here is the first version of our spell-checker for ActionScript 3 / FlashPlayer 9. Currently there is only error-highlighting, the other features will hopefully come within the next few days (suggesting and replacing words).

Try it for yourself …

Read on ›

Post by Phil / September 18th, 2009

Sources for “Flash frontend for Indexhibit CMS”

Last week I wrote (see Flash frontend for Indexhibit CMS) about our flash-indexhibit-example.
Today I also uploaded the sources
I cleaned up the code but didn’t have the time to write any detailed comments. So take a look at the source-code and if you should have any questions, just leave a comment and we’ll try and help you as fast as we can.

The startpoint into the example is the Index class. This is only a loader-class responsible for loading the Main class which initializes the pureMVC framework and starts the application. After that, we use the StartupCommand to setup the application’s model and access the Indexhibit database via our RemoteGateway and the server-side remoting service “Indexhibit“.

To make the data handling easier we have two kinds of value objects: ExhibitVo and ImageVo. The remote-service is delivering you an array of ExhibitVos which you can use to display every available project from your Indexhibit installation.

If you want to dive right into the code, we recommend that you have at least a basic knowledge of the pureMVC framework’s design and functionality. Otherwise it’ll be hard to understand how the example is structured/built.

Other scripts we used in this example:

Get the sources here: http://apdevblog.com/examples/indexhibit/apdev_indexhibit.zip

Cheers

ps: we’ll be heading to brighton tomorrow, so you’ll have to wait for a replay at least until thursday next week.
FOTB here we come :)
and watch out for our detailed report after we’re back from the beach.

Post by Phil / September 11th, 2009

Flash frontend for Indexhibit CMS

Hi there.
After working with different content management systems over the last few years – like Typo3, Joomla and even some custom made ones – I came across a very neat one called Indexhibit. It’s not like you can compare Typo3 to Indexhibit – except maybe that they both are called CMS – but many projects we did in the past required only a small kind of management system. And that is exactly what Indexhibit has to offer. It’s an easy-to-use CMS with the most common features: create categories, add projects to category, edit headline/copy, upload images, etc.

apdev indexhibit

Read on ›

Post by Phil / September 8th, 2009

AS3 open source VideoPlayer out now!!

We’re proud to announce our first open source project: the Apdev Videoplayer.

Apdev videoplayer

It’s an ActionScript 3.0 script-only videoplayer that we’re releasing under the MIT license. So you can do with it whatever you want – change it, skin it or just tear it apart and use some snippets of our code. It’s up to you.

Read on ›

Post by Phil / June 27th, 2009

Our new Flash CS4 book is up for grabs

Hi there.
Just wanted to post that our new (second revision) Flash CS4 book is out and you can get it here:

www.galileodesign.de
www.amazon.de

Read on ›

Post by Phil / May 18th, 2009

FOTB09 ticket sale just started

… grab your super-early-bird-ticket now: FOTB.

see ya in brighton!

Post by Phil / May 1st, 2009

FFK09 – one down, two more to come

hi there.
just returned from cologne where FFK09 took place for the 9th time.
we met a lot of people and had a great time with the different talks – some i’d like to point out. so, if you’ll have the chance to check them out – don’t miss ‘em.

Read on ›