Tag Archives: actionscript

Flash Layout Engine in Reflex

Link: Flash Layout Engine in Reflex A VERY SLICK demo of Reflex’s layout manager. Reflex is a lightweight ActionScript3 component framework and Flex-alternative, just announced this year.

Posted in links | Also tagged , | Leave a comment

AS3 ApplicationDomain

Link: AS3 ApplicationDomain ApplicationDomain insight for Flex/Flash application developers from Roger Gonzalez: ApplicationDomains are pretty much a neverending source of confusion and suffering, but they provide an interesting palette of class definition partitioning.

Posted in links | Also tagged , | Leave a comment

maximum perspective

rendererHeight = (height * (projector.focalLength – 1)) / ((Math.tan(projector.phi) / 2) + projector.focalLength);

Posted in essays | Also tagged , , | Leave a comment

Flash Player Mac Woes: File Upload, Remoting, Port 80

Symptom: Your Flash file uploads fail for Mac users. Cause: Flash Remoting and FileReference objects automatically append :80 to all requests (in the Mac player). Your web server redirects requests for example.com:80 to example.com. That’s bad. Solution: Stop redirecting explicit :80 requests. example.com:80 is a valid resource. Your sysadmin (or hosting provider) may insist otherwise, [...]

Posted in essays | Also tagged , , , | Leave a comment