Detect if the Unity logo is on the web player?

Is there a way I can detect if the startup Unity logo (from the free version) is visible in the web player, and maybe what animation state it's in? I'd like to synchronize my own logo animations with it.

I don't think there is so probably your best bet is to time it and see if it doesn't have any time fluctuations but it's probably connected to the timeline of Time.realtimeSinceStartup, so using a coroutine and trial and error you should be able to manage to get the timing right.