Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by Ant101

Hi,

I'm talking a look at Impact for the first time, and just have a couple of questions regarding the loading of resources.

1) Can a CDN be used for resources, or do these have to come directly from a subfolder?

2) I was looking at the Loader class. Do all resources have to be pre-loaded, or is it possible to dynamically load new resources later, as required?

Thank you!

1 decade ago by Ptg

1) It seems you can certainly use a CDN, but you have to be aware of things like cross-domain security issues on some browsers (like Chrome) when trying to use image data from other domains. If you don't handle it you will get security errors when trying to use external resources.

2) You can dynamically load resources whenever
Page 1 of 1
« first « previous next › last »