Archive for August, 2007

August 28th, 2007

Time to Give Back - John Grden Needs a Mac

Open-source and the Flash community are both great.  We share our ideas and source files freely.   How much money have we made off of someone else’s free source code or their open-source product like Red5 or PV3D?  How much time have products like XRay saved us?   I bet LOTS would be the answer.  
John Grden wants […]

August 20th, 2007

Yahoo’s revamped Flash Dev Center - now with Tree component goodness

Yahoo has a new revamped Flash Dev Center online and they’ve released some Flash CS3 components that we’ve wanted but Adobe didn’t put into Flash CS3.
 http://developer.yahoo.com/flash/

Tree component
Menu
Tab
Autocomplete
Charts

August 11th, 2007

Silent error using Return statment in ActionScript

A friend of mine was having problem with some ActionScript code on a frame and couldn't figure out why part of it was working and then it just stopped working. I took a quick look at this code and immediately saw a "return" statement where it shoudn't be. It was outside of a [...]