iBarmatz
08-26-2009, 01:53 PM
I am creating an application that loads Youtube videos and manipulates the image.
For that I'm using a Loader object for loading and a BitmapData object to deform.
On my local pc it works fine.
I do get a few security domain errors but that doesn't interfere with the application.
When I load it to the web the video plays but I get this error with the BitmapData Object:
SecurityError: Error #2121: Security sandbox violation: BitmapData.draw.
Any ideas?
For the record, the BitmapData is trying to draw the Loader.
b.
For that I'm using a Loader object for loading and a BitmapData object to deform.
On my local pc it works fine.
I do get a few security domain errors but that doesn't interfere with the application.
When I load it to the web the video plays but I get this error with the BitmapData Object:
SecurityError: Error #2121: Security sandbox violation: BitmapData.draw.
Any ideas?
For the record, the BitmapData is trying to draw the Loader.
b.