Hello All,
I am having an issue with using BitmapData.draw(stage). I am getting the following error:

SecurityError: Error #2123: Security sandbox violation: BitmapData.draw: file:///C|/Documents%20and%20Settings/bla...bla...bla.swf cannot access null. No policy files granted access.

Here is a portion of my code:

var bd:BitmapData = new BitmapData(2800, 2100);
bd.draw(stage);//this is where the error happens

All of the files referenced (.xml/.jpg/.swf) are located in the same local folder as the main .swf. How do I get around this error? The main objective is to print the stage using PrintJob(). I am using Flash Professional CS5.5 and publishing to Flash 10.0/10.1.

Let me know if I need to supply any more info.
Thanks in advance!
-Jake