You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: