Tag Archives: AS 3.0

33. SFUG Usergroup Meeting

The next SFUG (Swiss Flash User Group) takes place on the 16h of March 2010 with an awesome topic on restfulX by Rafael Beck and a very interesting and for sure useful talk about performance tweaking by Sandro. Topic 1: RESTfulX – Flex on Rails  (Rafael Beck/ 19m2.ch) Topic 2: AS3 Performance Tweaks ( Sandro [...]

AS3: quick hint – Converting int to date

Ok, this just drove me nuts for a few minutes.. I’m getting the server time UNIX formatted, I was constantly trying to convert the integer to a readable date, constantly getting the wrong year (the default or zero unix year is 1970) but aren’t we living in 2009? So for future reference and for anyone [...]

DeMonstersDebugger an update

almost 2 weeks passed by and I saved an insane amount of time debugging my applications with DemonsterDebugger, it’s an amazing piece of work what these guys did and I’m looking forward to see more updates, as soon as I have a bit of time I will come up with a wishlist from my side, [...]

Flex 3: Tabbar event

Recently while working on an AIR app, I had to create some functionality when the user clicked on a different tab, therefore I wanted to simply check for the active tab using an event. Something that I have found was that as soon as you use a viewstack as a dataprovider no events will be [...]

AMFPHP comes before ASSQL but..

Based on my previous post where I kind of promoted ASSQL, there are a few issues that I’ve encountered while testing the environment specifically when it comes to the new flash policy which has been pushed this April with Flash Player 9.0.124. ASSQL bases it’s functionality on sockets to access the mysql client port 3306, [...]