Category Archives: Flex

FFK11 – beyond tellerrand notes

I’m still not sure if “beyond tellerrand” is a subtitle or will become the new brand for the one and only Flashforum conference here in germany. Sascha Wolter and Marc Thiele did a great job as always and even I … Continue reading

Posted in ActionScript, AIR, Conference, Flash, Flash on iOS, Flex, iPhone / iPad | 3 Comments

Flex 4 DragManager.doDrag() with .acceptDragDrop() error

While diving into the Flex 4 spark framework I ran into a problem using mx.managers.DragManager.doDrag() with mx.managers.DragManager.acceptDragDrop(): If you just drag, accept on dragDrop and then drop without moving the mouse you’ll get this error: TypeError: Error #1009: at mx.managers.dragClasses::DragProxy/mouseUpHandler() … Continue reading

Posted in Flex | Leave a comment

Open Source Media Framework 1.0

Adobe recently released OSMF version 1.0! Again just some links: OSMF Blog – Announcing OSMF 1.0! Source ZIP Release Notes PDF ASDocs ZIP

Posted in ActionScript, Flash, Flash in Browser, Flash Player, Flex, Librarys, Video | Leave a comment

Flash Performance Visualizer

Mr.doop’s Hi-ReS! Stats is a must have for every ActionScript developer. Seems to be still no. 1! And I don’t want to search again… So here just the links: Mr.doop’s blog | Hi-ReS! Stats Mr.doop’s Stats.as @ GitHub Update – … Continue reading

Posted in ActionScript, Flash, Flash in Browser, Flash Player, Flex | Leave a comment

Undocumented XMLUtil class in Adobe Flash CS5?

I tried to recompile an older Flash CS 4 project with Flash CS 5 but got this compile time error 1061: Call to a possibly undefined method reuseNodes through a reference with static type Class caused by the usage of … Continue reading

Posted in ActionScript, AIR, Flash, Flash in Browser, Flash Player, Flex | 3 Comments

Aligning Flash TextField instances visually correct

I was looking for an easy way to align TextField instances with different font sizes visually correct. I really thought this wouldn’t take much time but it turned out to become really frustrating. So think about a simple scenario: Try … Continue reading

Posted in ActionScript, AIR, Flash, Flash in Browser, Flash Player, Flex | 2 Comments

FFK10 – Flashforum conference notes

Every year I spend two days sitting in the audience of the Flashforum conference (FFK) listening to great speakers and getting impressed by their experiments and thoughts. It’s also a good way to renew some of the basic knowledge in … Continue reading

Posted in ActionScript, AIR, Flash, Flash in Browser, Flash Player, Flex, How To..., iPhone / iPad, Librarys, Utils | 3 Comments

Flash and Amazon SimpleDB

I did some research about using Amazons SimpleDB service within a Flash based application and found these basic facts: http://sdb.amazonaws.com/crossdomain.xml is not available. This means no direct calls from Flash clients in browsers are possible! Even if it would be … Continue reading

Posted in AIR, Flash, Flash in Browser, Flash Player, Flex, Librarys, Server | 1 Comment

ActionScript 3 API Reference for the iPhone

http://www.mikechambers.com/as3iphone/ Nice to have!

Posted in ActionScript, Documentations, Flash, Flex, iPhone / iPad | Leave a comment

Create Custom Flex Components with Flash

I found a Adobe TV Video which contains basic knowledge how to create custom Flex components with Flash CS3:

Posted in Flash, Flex, How To..., Video | Leave a comment