26
2009
iFlashDen v 0.3.5 – Air app, API support.
I have made a small update, this update adds the auto-update functionality to iFlashDen app so you dont have to reinstall each time I release somethink new :) You can get the new version here:
25
2009
iFlashDen v 0.3 – FlashDen air app, API support.
Recently FlashDen have released the beta version of their API. I have made little Adobe Air aplication. If you dont know where to find your API key go to FlashDen.net login, then account>edit>API key. Main features: New sale notification (sound and icon highlight). View your 50 last sales. Statistics (number of sales, price, income) Username and API key save option View your balance. You can get it here: I will add more features when the [...]
25
2009
Event handler function – did you know that?
I have notisted that not many of you know about that. You can call an Event handler function normaly without the dispatchEvent. For example you have the button Click handler function: private function buttonClick(e:MouseEvent):void { trace("button click"); } /*If you write a function like this and you will call the buttonClick(); you will get an error that you havent provide the the Event.*/ private function buttonClick(e:MouseEvent = null):void { trace("button click"); } [...]

An article by



