I started off really good last year with my review of my trip to FOTB 2008. But as usual I kinda got lost in the work and before I knew that review would be so outdated that you could already start counting down to the next FOTB. But not this year! So here it is, [...]
Archive for Flash
Flash Builder and Flash Catalyst betas available
Hey everyone, I’ve just found out that the first beta version of both Flash Builder 4 and Flash Catalyst are available on labs.adobe.com. Flash Builder has some very useful inprovements, like source refactoring, framework package explorer, … The Flash Catalyst version is somewhat different from the version that was distributed at MAX last year, but [...]
So, What exactly is a .wav file?
Until recently, I thought a .wav file was for uncompressed digital audio data on windows, while .mp3 file would be the compressed version of the audio clip. That was probably too simple to be true!! The first time I used Adobe Audition to export a mixdown of a multitrack session, an export dialog box poped-up [...]
3 ways to solve the “I want to call an event handler function directly” problem
Say you have an event handler that is called each time an event is triggered and you would like to call this function directly (so without waiting for an event to happen). See the following scenario of a ticking clock to make this more clear: - TimerEvent that changes the rotation of the clock handlers. [...]
Meet the team
Finally it’s finished! Our own ‘meet the team’ page. So head over to our team page to see all the profiles of our (crazy) team members. So what’s happening behind the scenes here? For the 3D rotating cube we use the new Flash Player 10′s 2.5 3D capabilities (that’s a lot of numbers!). It’s really [...]
Which sound Card for Adobe Audition?
Adobe Audition is an amazing piece of software. It provides an impressive toolset for recording, editing and mixing audio. Besides my work at multimediacollege as a certified instructor on Coldfusion and Dreamweaver, I’m also sound engineer and, as such, I spend most of my free-time on adobe audition recording and mixig demos, soundtracks, live performances,… [...]
Bitmap processing outside the displaylist
While preparing one of my classes (Learning Actioscript 3), I played around with the (great!) bitmapData class. Point of the experiment on the one hand was to see if I could draw a snapshot of a sprite (with several animations in it) that is not displayed on screen (not in the displaylist) and on the [...]
A decent Flex CAPTCHA component using only actionscript
I’ve been wondering for some time now why Adobe never includes a captcha component in their Flex SDK. They consider Flex to be an enterprise development tool, but security components are left out? There are a couple of custom flex captchas out there, but in my opinion, they are either far from secure or there [...]
Attaching the same class to multiple library assets in AS3
The first time I started working with actionscript 3 in flash CS3 (a while a go now) I immediatly encountered a problem with attaching single classes to multiple movie clips. Previously I regularly attached the same class to multiple library assets to give them all similar capabilities, for example: if you want a library asset [...]