You can add an absolute path to your images. When you compile your game it will generate a file called c2runtime.js. It's minified, but you can do a search for "images" and you'll see the relative path. Just add your cdn location before the /images/ and it will pull the images. I did this for a game I ported from the iPhone.