Bitmap.draw - Sandbox Security Error

This is a two fold query involving the same issue. As you know, if you attempt to use bitmap.draw() with an object (image or swf) that is not in the same domain as the calling swf the bitmap will not draw. As described by Adobe livedocs, if Security.allowDomain() is setup in the calling swf then draw() will work. However, I cannot get this method to work. I have supplied an example fla (make sure to get the .as for it too).

  1. How do I get Security settings right to permit bitmap.draw() to work with objects from another domain? (not any domain - just the domain I define in the allowDomain parameter)

  2. How do I setup an event handler (listener) for bitmap.draw() so I can detect when it doesn’t draw?

Example
http://posting.imitationstudios.com/BitmapSecurityError/BitmapSecurityError-Example.swf

**associated files
**http://posting.imitationstudios.com/BitmapSecurityError/BitmapSecurityError-Example.fla
http://posting.imitationstudios.com/BitmapSecurityError/imageLoader.as