Security error 2123 on local video file
I have an air app that reads in a video to a byteArray and then sends that over a socket to a connected client. I can then play the video on the client just fine. But I need to extract a chunk of the video and blow that up to full screen. Soon as I try and do a draw() on the video into a bitmapData I get the security error. The only methods I know of to fix this involve crossdomain.xml but I don't believe that would apply here. Any ideas?
