Post by Aron / August 19th, 2008

Unofficial FDT Buglist

We are working with FDT since version 1.5 and think that it is by far the best ActionScript tool out there; we tried FlashDevelop, Sepi and all the others. Most of the people we work with are using FDT and most of them are pretty pleased, though some of them are a bit shocked when they see the price tag...

Post by Phil / April 8th, 2008

Problems using navigateToURL

Hi there... we've been busy these past couple of days so there wasn't much time for new posts - sorry. But here is a little update.
While developing a flash website (AS3 & SWFObject2.0) that heavily depended on opening URLs in a new browser window we came across the popup blocker problem that the use of navigateToURL causes. When trying to open a new window firefox'/IE's popup blocker will block the window and display its warning. After googling for some time we came across some neat workarounds:

Comments Off
Post by Phil / February 21st, 2008

Adobe AS3 Tour / Back from Munich

We were at the "AS3 - From the ground up tour" in Munich yesterday and it was really fun. Although most of the topics were for beginners it was amazing just listening to him talking about these things. And Colin Moock can definitely talk ... and so he did ... for about 9 hours. Everything you need to know about OOP.

Comments Off
Post by Phil / February 12th, 2008

MouseWheel support on your Mac

After struggling for some weeks now, I finally found a good implementation of the MouseEvent.MOUSE_WHEEL event for my Mac. Pixelbreaker - who already had a great AS2 MouseWheel script - just posted the new AS3 version. Read more about it on the pixelbreaker-blog.

Have fun ...

Comments Off
Post by Phil / February 12th, 2008

flash on your iPhone … soon!

I just read an article about the upcoming release of Apple's iPhone SDK - it said that the SDK is also including Flash support ... fingers crossed.

That's what we were all waiting for ... there are going to be some amazing new Flash applications on the iPhone.

Cheers

Comments Off
Post by Phil / February 6th, 2008

Update using fl.video package w/ Eclipse and FDT3

Hi ... while building the fullscreen-videoplayer I came across the problem, that I was using an old SWC for the fl-package within Eclipse. With the recent Flash Player 9 Update 3 release, Adobe added some real nice features to the FLVPlayback component (e.g. the enterFullScreenDisplayState() method).

Comments Off
Post by Phil / February 4th, 2008

FLVPlayback - problems closing NetStream

Today I tried to create a fullscreen-videoplayer using Flash CS3's own FLVPlayback class. Everything worked fine ... untill I tried to remove the videoplayer from stage while it was still loading the flv-videofile. The player wouldn't stop streaming the file, it just kept on playing the video - even after i had removed it. I googled in hope to find an easy solution to this problem and found this post by Bluekylin.
So I tried this line:

Comments Off
Post by Phil / February 1st, 2008

Colin Moock @ Adobe AS3 Tour in Munich

We just booked our tickets for the AS3 event of the month: Adobe's AS3 Tour.
Colin Moock talks about AS3, OOP and everything else he knows. You shouldn't miss this, so just register and we'll see us in Munich on February 20th.

Cheers

Comments Off
Post by Phil / January 29th, 2008

Flash Fast Forward

It's done! FINALLY IT IS DONE! ... this week our book is arriving at the bookstore near you. And it's all about Flash. The first half of the book covers very interesting aspects of ActionScript2.0. The second half introduces you to ActionScript 3.0, its new features and performance boost. So keep your eyes open and check it out.

Comments Off
Post by Aron / December 15th, 2007

Loader.close() Bug inside Flash IDE

In AS3 you finally have the possibility to close a Loader request using the Loader.close() function. The so far loaded data is cached, so when you initialize a new Loader it continues. This is working pretty well.

Comments Off