Archive for the 'programming' Category



cross-browser flex troubles?

I thought flash was supposed to be a solution to all our cross-browser woes. Alas, nothing is ever so simple.
I’m trying to detect a well-formed but unavailable url (eg. when you’re server goes down) using the HTTPStatusEvent.
it simply reflects the HTTP status code (if any) that is provided by the networking stack.
“Perfect!” I think to […]