Hi! I’ve got a little problem: made a preloader class that features a stopLoadProcess() method that it simply calls Loader.close(). Well, it does work, but in Safari, after calling it, I have an error: Safari complains that ‘there war an error loading that asset’’ (something similar). In other words, Loader.close() in fact works in all browsers, Safari too, but Safari throws that error when calling the method.
Has anyone any idea to fix this little bug/issue?
Tkx!