Posts Tagged ‘interone’

BMW X1 Clipbox Facebook Application

Saturday, May 2nd, 2009

x1_facebook

BMW goes social media: I’m really happy to announce the launch of my first facebook application. The application was developed to support the other marketing activities for the brandnew BMW X1. As this car will be promoted also via Twitter, Youtube and of course Facebook.

Lucky for me the Facebook As3 API was released just as I started setting up the project. So we didn’t need any PHP wrapper solution to use the features of the application API. So our PHP backend was build on a minimum of Facebook-API constraints.

For the frontend part I used Flex with PureMVC. On the backend part we choose the Zend Framework as it includes the Zend AMF library which is now officially supported by Adobe.

See Clipbox application!
See BMW X1 Fanpage!

interone worldwide – page creator

Wednesday, August 20th, 2008

io

Recently my employer interone worldwide decided to relaunch their CI and of course the corporate website had to be relaunched as well. Just have a look and decide for yourself if you like it or not ;-)

If you type a phrase in the searchfield that doesn’t leed to an exsisting content you are free to add this content by yourself. The users can write, draw, upload pictures and many more to design the new page.

BMW 3Series Sedan Multimedia Special

Sunday, July 27th, 2008

BMW 3Series Sedan Multimedia Special

The 3Series Sedan got a facelift and of course this needs to be celebrated with a multimedia special. Here we go!

The special features views in real life size. You can scroll over 4 different perspectives in a Google Maps style of navigation. The several content and information areas are all located directly on the surface of the BMW. Of course you also have premium video and audio content to watch and listen to.

This special was my first project to try the PureMVC framework in a real work project.

See it!

PureMVC – Actionscript Application Framework

Friday, April 4th, 2008

Actually I wanted to gather some information about the well known Cairngorm framework to see how it works and what principles the implementation follows. But quickly I found out that there might be a new star on the horizon to admire:

PureMVC is a lightweight framework for creating applications based upon the classic Model, View and Controller concept.

Based upon proven design patterns, this free, open source framework which was originally implemented in the ActionScript 3 language for use with Adobe Flex, Flash and AIR, is now being ported to all major development platforms.”

My first impressions are very good. Especially I like the facts that it isn’t made for Flex only and it could be used without a singleton implementation.