I've tried masking the view, as suggested. I'm trying to add a mask that will fade the edges of the movie out.
Here is a replication of my attempt. http://www.nbd-media.co.uk/mask/MaskStage.html src http://www.nbd-media.co.uk/mask/srcview/ ~as you can see I've tried: view.cacheAsBitmap = true; view.mask = stageMask; and container.session.getContainer(view).cacheAsBitmap = true; container.session.getContainer(view).mask = stageMask; this isnt the complete code, just the parts I feel are wrong, please take a look at the source if you can help. many thanks, Alex
