The forum is read-only. New threads, replies and edits are disabled.
how to use images assets from cdn?
krumza

subj in tittle.

There is a methods for use cdn-delivery assets for wade? 

1 Comment
Gio

Hi

Yes, you should be able to just use an absolute address for your image names. For example:

var mySprite = new Sprite('http://example.com/myImage.png');

The usual CORS restrictions apply