OSFlashVideoPlayer icon indicating copy to clipboard operation
OSFlashVideoPlayer copied to clipboard

Preview Image requires security permissions as data

Open arthur-debert opened this issue 15 years ago • 2 comments

When loading the preview image on domains you do not control, currently the player requires that the crossdomain allows for usage as data. This is not the case all the time.

The current fix tries to use addChild(loader.content) and if the error is thrown, it fallsback to addChild(loader), which has the drawback of not allowing the image to be smoothed when scale, but al least it will show up.

Best regards

arthur-debert avatar Aug 03 '10 22:08 arthur-debert

Oops, this issue tracker does not allow for patches. I've put mine on a gist here: http://gist.github.com/507282

[]s

arthur-debert avatar Aug 03 '10 22:08 arthur-debert

please make a fork and a pull request. THX!

FlashJunior avatar Jan 26 '11 21:01 FlashJunior