Dynamic Resize Flash Application Container / Flash Stage ( without external JavaScript )

[Update: Add complete Flash Builder project source files. ] If you have dynamic content within your Flash application or you have several states or „pages“ implemented, which all have different content, it might be helpful to resize your flash aplication container within the html- context. For this it’s not enough to resize the application from […]

Read more

Quick start with Flash ExternalInterface class

The ExternalInterface class allows you to communicate with the Flash wrapping container, which is usually the HTML page with JavaScript capeability. It allows you to send data from ActionsScript to JavaScript and vice versa. The ExternalInterface class is implemented for nearly all current browsers. Please see the documentation for a detailed list of the supported […]

Read more

FFK10

Hallo und Humppa nach Norddeutschland, wie immer: wer nicht gerade in Köln bei der Flash Forum Konferenz (FFK10 – http://ffk10.flashforum.de) ist der verpasst etwas. Dieses Jahr geht das Treffen der größten deutschen Community zum Thema Flash und Flash Plattform in die bereits 10 Runde. Wieder einmal konnte die Konferenz mehr Teilnehmer als im Vorjahr anlocken. […]

Read more

JavaScript Timer Class

Here is a little JavaScript Class which allows you to have timed function calls. Of course there could be different instances of these timers. Here is a example how to use it: var timer = new Timer( {’interval‘:1000} ); timer.start( timedFunction );   function timedFunction(){ // called every 1000 milliseconds }var timer = new Timer( […]

Read more

Connect OpenOffice with MAMP/XAMPP MySQL on OS X

Just to have a note for myself, here are some steps you need to know to connect your MySQL Database with OpenOffice e.g. for creating form letters. You need to create a ODBC connection. First step is to install the latest ODBC drivers. For MySQL you will get them diretly from MySQL: http://dev.mysql.com/downloads/connector/odbc/. Just download […]

Read more

Medion Navigationsgerät (GoPal auf WinCE) mit eigenen Geokoordinaten / POIs erweitern

Für die Freiwillige Feuerwehr haben wir uns ein Navigationsgerät angeschafft und dies wollte ich nun schon seit langer langer Zeit mit den Geokoordinaten der Hydranten bestücken, damit man im Einsatzfall auch die selten verwendeten Hydranten schnell findet. Künftig sollen hier auch die Koordinaten der Hydranten aus den Nachbargemeinen eingespielt werden. Wird diese bei einem Einsatz […]

Read more

How to detect the Browsers Zoom Level / If the user changes Browser Zoom

[Update]: Example ZIP wasn’t working in deed. Thanks Unabus for the hint. [Update]: jQuery no longer required. Changed initialisation method. [Update]: Added ActionScript Source. [Update]: Sorry, i posted the wrong version ( Thanks Ash for the hint ). The latest version now really supports Internet Explorer. Every modern Web-Browsers gives you the possibility to zoom […]

Read more

USA by Bike

Etwas an das ich vor einem Jahr nicht geglaubt hätte wird wahr. Ich habe meinen Motorradführerschein gemacht und fahre mit den besten Kumpels der Welt auf der Harley- Davidson durch die USA.

Read more

Set innerHeight also for IE

I’m really not a fan of popup windows within a website. But sometimes it really makes sense. For example for a little campaign which is more or less a microsite. But you want not to lose the website context. In this case i would „allow“ to open the campaign in a popup window. The popup […]

Read more

Use your iPhone OS 3.x as Modem for Internetconnection

[Update]: This doesn’t work anymore from OS 3.1 onwards. With the iPhone OS 3.0 Apple implemented so called „Tethering“. This is a very simple method to use your mobile phone as modem at your pc/mac. So you do not need to have a second SimCard ( called MultiSim ) with an USB-Stick. The problem is […]

Read more

Flash / Flex Events in den letzten Tagen

Hallo und Humppa!, in den letzten Tag gabs es mal wieder eine geballte Ladung von Flash und Flex für mich. 10.06.2009 – Flex User Group Meeting Hannover: Auch wenn die Runde bei unseren Hannoveraner ( FXUG Hannover Adobe Groups ) Kollegen derzeit noch überschaubar ist, schließlich ist es noch eine ganz junge User Group, wird […]

Read more

Posts navigation