Okay, here is the fix:

var t = setTimeout( function(){ $('#theatre').click(); }, 500);

Apparently, flash just wasn't loaded in time. Which is weird, because
you can click the image immediately and it's fine. I guess 500ms makes
all the difference :)

Reply via email to