Here’s how to show or hide the default items in the Flash Player context menu. If showMenu is set to true (the default), all context menu items appear. If showMenu is set to false, only Settings and About Adobe Flash Player items appear. Note that in actionscript 3 showMenu has been replaced by
showDefaultContextMenu
// Actionscript 2
stage.showMenu=false;
// [...]
[Read more →]
Tags:actionscript 2·actionscript 3·adobe flash player·context menu·Flash
August 25th, 2008 · Comments Off · Flash
In my recent posting on Flash Bitmap maximum width and height, I blog about how Flash bitmapData object has a maximum width and height of 2880 pixel . I was recently contacted by John Keyton who was really nice to point a work around created by Ronald LosbaƱes that would allow you to create a [...]
[Read more →]
Tags:Add new tag·bitmapdata·Flash·Height·Image·loader·maximum
An updated post has been posted , check it out at [Workaround] Flash Bitmap maximum width and height
Recently I was working with a flash image zoom application and realized that after launching the application it kept crashing when it was loading the larger image, I’ve checked every where and nothing seems to be wrong. File [...]
[Read more →]
Tags:bitmapdata·Flash·flash actionscript·image size·maximum height·maximum width