How can I debug the embed behavior of youtube flash movies?

The youtube embed that I use seems to freeze (pauses and becomes irrelevant) when I click on it. This only happens on chrome, not firefox, and I think that is because of these thumnail previews when you switch to fast, but cannot check.

Does anyone know how I can track or diagnose what can change the state of players on YouTube? I have a function configured when it becomes suspended, stopped, buffering and youtube error (from their API), but none of them start. Is there anything else you suggest using? perhaps in firebug or the like?

+3
source share
1 answer

Use mm.cfg with Vizzy and the debug player to find out what events are happening on the Flash side. A heap shot can also help highlight the problem.

+2
source

All Articles