Category: Flash
-
jerky raster animations
It has always bothered me that animations of raster images are always jerky when they get to the point of animating less than a pixel per frame. Flash assumes that rasters should…
-
Stage dimension limitation – 214×137
I was trying to work out why the Flash Player Settings window was not appearing when i attached a webcam to a Video object, when i discovered that my stage was too…
-
stage.mouseLeave and wmode=transparent
noted a strange incompatibility today – the stage.mouseLeave event doesn’t get triggered when you hold a mouse button down, and drag off stage on a flash object which has wmode set to…
-
dynamic text fields part II
just got back from a six week holiday, so was wondering if i’d lost my mind while i was away… steps to recreate weird problem: 1. set up two dynamic text boxes…
-
dynamic text field part I – letter spacing
Just discovered that flash resets the author-time letter spacing of a dynamic textfield when the textfield’s text is set in ActionScript. To maintain the authortime letter spacing settings of the textfield, you…
-
Embedding external assets
Strange, strange. If you’ve embedded a Flash object inside a html page, and the Flash object loads external assets(images, SWFs, audio), the flash object locates the assets relative to the location of…
-
positioning the cursor in a text field
positioning the cursor in flash can be a little tricky and sometimes temperamental, but we should be able to control where the cursor is with setSelection, with both beginIndex and endIndex set…
-
printAsBitmap – object must be on stage
just for future reference, I’ve discovered today something that appears to be undocumented – when setting a PrintJob to printAsBitmap=true OR you are printing from a mac,(using the PrintJobOptions class) it is…
-
preloader absorbing application FlashVars
As has happened frequently, after completing a Flash application, I find that the size of the application demands a preloader swf to load the application swf (complete with progress bar). the problem…
