Tuesday, March 29, 2011

Communication with pop up window (callback & custom event)

Pop up windows are very handy components, especially for showing some important information to user. But this is only communication in one way, what if we want to get data back from user? We can put some controls to retrieve input from user in pop up window (TextArea for instance), but how this data could be transferred to main application?

Monday, March 7, 2011

Switching Between Flash Players in Chrome Browser

When you have installed debug version of Flash Player in your browser (in this case - Google Chrome) you often have to deal with uncaught exception window. This is fine when you write your code and want to debug it, but when you just want to just surf in the web it could be very frustrating. So is there a good way to deal with that? Of course there is!