How do I specify a crossdomain policy file to allow Flash to grab a bitmap from an RTMP (Wowza) vide
- by Ken Smith
I'm trying to get a bitmap/snapshot of a Wowza video stream playing on my client, like so:
var bitmapData:BitmapData = new BitmapData(view.videoPlayerComponent.width, view.videoPlayerComponent.height);
bitmapData.draw(view.videoPlayerComponent);
When I do this, I get this error message:
SecurityError: Error #2123: Security sandbox violation:…