-
Archives
- July 2010
- June 2010
- April 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- March 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
-
Meta
Category Archives: Flash
MouseWheelTrap now at GoogleCode
A History of the World

I just returned from a trip round SE Asia to see my last project launch. Called ‘A History of the World in 100 Objects‘, it’s a joint venture between BBC Radio 4 and the British Museum to chart human history … Continue reading
Mind control
MouseWheelTrap – how to stop simultaneous Flash / browser scrolling in AS3
I recently stumbled over a new AS3 gotcha that seems to be bugging a lot of the Flash community. Apparently a new 'feature' of AS3, whereby using the mousewheel inside an embedded Flash movie still scrolls the surrounding browser window … Continue reading
Posted in AS3, Flash
Tagged AS3, externalinterface, howto, javascript, mousewheel, source code
8 Comments
CoolIris type thing in 30 lines
PLAIN TEXT Actionscript: package { // Piclens type thing in 30 lines (FP10+) Liam O'Donnell - spikything.com import flash.display.Sprite; import flash.events.Event; public class Main extends Sprite { private var container … Continue reading
