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.
Continue reading “Facebook Flash Apps and Firefox: bug and workaround”
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.
Continue reading “Javascript Accelerometer Demo and Source”
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.
Continue reading “ActionScript: IE8 navigateToURL bug and workaround”
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”.
Continue reading “Google Map V3: Markerclusterer with custom tooltip/title”
Html5 Canvas Display List
Html5 Canvas is a cool component, but:
- without a Display List many developers loose their time to draw simple geometric polygons
- without interaction, polygons are motionless and dead