AIR NativeDragDrop gotcha
While performing some refactorings to LazyFallback, I came across a small gotcha with the sequence of the drag and drop implementation in Adobe AIR. It seems that dropping files will trigger a NativeDragEvent.NATIVE_DRAG_EXIT just before the NativeDragEvent.NATIVE_DRAG_DROP fires. This might not be [...]
Compile SWC fast and easy with compc
I’m not a command line pro. I make my way around it when I have to, but it usually takes some trial and error. Today I got fed up over having to set up projects in FDT/Flash Builder only to [...]
Freebie: ClickTag AS3
Just thought i’d share this class I made for doing ClickTag banner ads with AS3. It will get the clickTag url form root.loaderInfo. It will also use window.open for compability reasons with IE7 ans Firefox and it will also do [...]