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: How To…
Set WP-Syntax tab width
Since I’m using the WP-Syntax plug-in on my blog I tried to optimize font size and the tab width. Like a lot of developers I heavily use tabs in my source code. These tabs are really wide within the browser … Continue reading
Posted in How To..., PHP
2 Comments
Amazing Math Tutorial Video Site
I really need to quote this bit-101 blog post. It’s the first time I heard about that great website: http://www.khanacademy.org/ I don’t have much more to say about this. Do you need to learn or brush up on any subject … Continue reading
Posted in How To..., Links, Video
Leave a comment
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
Embed fonts with Adobe Flash IDE
Almost every Flash project needs some embedded fonts and it is a good practice to compile the fonts into a separate SWF file. So here is a simple way to create a file that contains only embedded fonts. The SWF … Continue reading
Posted in ActionScript, Flash, How To...
Leave a comment
URLRequest with HTTP authentication
I found a good explanation how to support HTTP authentication with URLRequests here. That’s the most interesting part: Best I can tell, for some reason, this only works where request method is POST; the headers don’t get set with GET … Continue reading
Posted in AIR, Flash, Flash in Browser, Flash Player, How To...
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
How to add MouseWheel support on Mac OS Flash Player
Gabriel Bucknail created almost a year ago a SWFObject add-on to bring MouseWheel support to the Mac OS X Flash Player. Seems to be still up to date: AS2-Solution or AS3-Solution
Posted in Flash, Flash in Browser, Flash Player, How To...
Leave a comment
How to embed everything in a Word.doc
This summer I was getting crazy because I couldn’t find out how to embed all graphics within a Word document. The idea behind this simply was to bring loads of XML data into Word documents. So I decided to automatically … Continue reading