-
Recent Posts
Recent Comments
Archives
Categories
Monthly Archives: November 2010
Facebook Flash Apps and Firefox: bug and workaround
If you develop a flash iframe facebook application that records images / video from the user camera, you have serious problem on Firefox on mac OSX: you are unable to interact with the flash settings dialog box.
Javascript Accelerometer Demo and Source
IOS 4.2 (with new Safari Mobile) has the possibility to read sensor data like accelerometer and gyroscope directly from Javascript.
Posted in Ipad, Iphone, Javascript
Tagged accelerometer, gyro, javascript, mobile, safari
8 Comments
ActionScript: IE8 navigateToURL bug and workaround
Flash player on IE8 has a bug: the call to actionscript function navigateToURL(urlRequest) always opens in a new window.
Posted in Actionscript
1 Comment
Google Map V3: Markerclusterer with custom tooltip/title
Markerclusterer, part of Google Maps Utility Library, is a Javascript library that helps developers to manage a large number of markers, grouping near markers into a single “cluster”.