Hi, > In our case the file never gets loaded because it's pulling from an > another a domain the client does not > have access to [1].
maybe I am wrong, but I guess most of the websites out there have dependencies to other resources these days, so I wonder if your client is really not able/allowed to load whatever other resources from other domains? Maybe a local ad blocker is the issue? Regarding CORS: Not sure, but I thought CORS is not used by default for the script tag [1]. Just a shoot in the dark: Maybe the lack of type = "text/javascript" within the script tag of the jewel Alert.as source may cause some browsers to block it [2]? Olaf [1] https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes [2] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#Notes -- Sent from: http://apache-royale-development.20373.n8.nabble.com/
