category Flex

WebSphere flex plugin

Anyone know what happened to the websphere flex plugin? Is that Adobe decide to go with Eclipse instead?

Just found this link http://www.alphaworks.ibm.com/tech/wsadflex on the old blog entries.

— fernando

Flex app featured in PCWorld

The Adobe Flex app built for arq3 by funciton communications was featured in PCWorld PerĂº last month. arq3 is an architectural 3D studio (a really good one i may add).

My first Ribbit app

I have been following the ribbit development for a while trying to develop an app in my spare time. Here is a screencast of the app in a very alpha state.

toFixed(0) and Date.getTime() bug

I’ve been able to reproduce a bug several times with the Number.toFixed(0) method in that it returns a “.” . Also from what i understand the Date.getTime() should return an int but sometimes it returns a decimal.

Package information in ActionScript 3

When i code in python i always try to specify information about the package in the init.py file, for example the version, author etc. Unfortunately i haven’t seen smth like this in ActionScript 3 so i started playing with ideas and here is how i solved it.

ActionScript 3 Cronjob [beta]

I wrote a cronjob class in actionscript 3 during my flight back to Lima from San Francisco. This could help you manage repetitive or single tasks in the future using a cron task syntax.

XMPP for real time flash communication

Why is xmpp or jabber not that spread into the flash community? Why we don’t see jabber as an option for real time collaboration apps together with flash? Here are my thoughts on the subject.