OSFlashVideoPlayer
OSFlashVideoPlayer copied to clipboard
Preview Image requires security permissions as data
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
Oops, this issue tracker does not allow for patches. I've put mine on a gist here: http://gist.github.com/507282
[]s
please make a fork and a pull request. THX!