Id.net load problem

Hi,

I notice some problems with loading id.net api in browsers (more offen in google chrome). The problem is in this code (from ducumentation http://dev.id.net/docs/actionscript/the-basics/):

loader.load(urlRequest, loaderContext);

Sometimes it not working and not loading api. Any suggestions?
Game: http://ru.y8.com/games/time_blast

Hi,

I don’t see any output from your game. You should enable trace output if it is disabled.

I suspect that there is a timing issue with how the SDK is loaded. It may be that the loader.load call is not being called because of a cache and a timing issue. Though, without any trace output it could be something else like an error.

Let me know when trace is enabled and I can check again.

Also, I notice that game is using custom logic for domain detection. It should use the Protection class as it can handle hotlinking and iframes.

Y8 Games