Recent Comments
- K.C. Dameron on The Hitchhiker’s Guide to a Flash Player update
- Adobe Tech Summit 2011 - Seite 2 - Flashforum on Adobe Tech Summit 2011 Berlin Notes
- derRaab on Flash on iOS issue with flash.net.navigateToUrl( );
- William Grand on Flash on iOS issue with flash.net.navigateToUrl( );
- Anonymous on Aligning Flash TextField instances visually correct
Archives
Categories
.htaccess
Adobe
- ActionScript Runtime Errors
- AIRbenchmark.com
- AS 3 / AVM2 Performance Tuning
- E-Seminars
- Flash Mobile Developer Guide
- Flash Platform Reference
- Flash Player Support Center
- Flash Player Version Penetration
- Flex 2 Style Explorer
- Flex 3 Component Explorer
- Flex 4 SDK Downloads
- Local SQL databases in AIR
- Open Source Media Framework
- TV
- XML namespace tutorial
Blogroll
FDT
Flash Platformer
- André Michelle
- Aral Balkan
- ByteArray.org
- Christian Cantrell
- Colin Moock
- Daniel McLaren
- David Deraedt
- Den Ivanov
- Drew Cummins
- Eugene Zatepyakin
- Grant Skinner
- HIDIHO
- Jessee Freeman
- Jim Armstrong
- Joa Ebert
- Julian Dolce
- Keith Peters
- Mario Klingemann
- Mark Ledford
- Michael Baczynski
- Michaël Chaize
- Mike Chambers
- Mr. Doop
- Paul Robertson
- Ralph Hauwert
- Robert Penner
- Ryan Taylor
- Seb Lee-Delisle
- Ted Patrick
- Valentin Simonov
JavaScript / CSS
Knowledge
Licenses
SCORM
Utils
Web development tools
Tag Cloud
ActionScript Adobe Sneak Peeks Adobe TechNotes AIR ANT AsDoc Audio AVM1 Conference Documentations E-Learning FDT Flash Flash in Browser Flash on iOS Flash Player Flex Google How To... Ilias iPhone / iPad JavaScript JSFL Librarys Links Mac Microsoft Office Mobile Devices PHP Pixel Bender Server Terminal Uncategorized Utils VideoAffiliate Link Overkill
Category Archives: Flash
DisplayObject.rotationX,Y,Z
Just a quick note about working with DisplayObject.rotationX,Y,Z: Keep in mind that your DisplayObject rotates around it’s center point. This may result in weird optics if you forget to align your DisplayObject properly. Update: Well, there is much more to … Continue reading
Posted in ActionScript, Flash
2 Comments
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
Pixel Bender in Flash Player is not hardware accelerated
I just came across this little note http://theflashblog.com/?p=822 and thought that might help to get some clarification.
Posted in Flash, Flash in Browser, Flash Player, Pixel Bender
Leave a comment
Adobe Labs – Text Layout Framework
Weekly builds of text layout framework now available on Adobe labs: http://labs.adobe.com/technologies/textlayout/
Posted in ActionScript, Flash, Librarys, Utils
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
No flash events after PrintJob.start()
While developing the print functionality within a framework I got stuck on the behaviour of the Flash Player print implementation. I couldn’t solve the following steps: Start the PrintJob and display the print dialog Procceed the following tasks for every … Continue reading
Export multiple .fla files using .jsfl
Another very basic information. I had to export multiple .fla files so I wrote my first .jsfl file: // Binary Directory path (file:// syntax) var binDir = "file:///Users/…/swf/"; // Source Directory path (file:// syntax) var srcDir = "file:///Users/…/fla/"; // .fla … Continue reading
Posted in Flash, JSFL
Leave a comment
Adobe AIR flash.filesystem.File methods throw Error 2037 when no nativePath is set
While developing an Flex based AIR Application I figured out an issue with the flash.filesystem.File class. I tried to access properties like exists, nativePath etc. before a nativePath was set using a browse method. So the while debugging the following … Continue reading
Posted in AIR, Flash, Flex
Leave a comment
Select and access local SWF files within an AIR application
Well, it took me a little time to figure out how to select and load a local SWF file into an SWFLoader instance. Several times I got this error message: SecurityError: Error #3015: Loader.loadBytes() is not permitted to load content … Continue reading
Posted in AIR, Flash, Flex
5 Comments
Grant Skinners 50 reasons why AS 3 kicks ass
I found great slides on Grant Skinners blog. They give a quick introduction in AS 3 and it’s core benefits! 50 reasons why AS 3 kicks ass (Grant Skinner) Also a must read for developers! Update: And he also added … Continue reading
Posted in ActionScript, Flash, Flash in Browser, Flash Player
Leave a comment