I’m working on a video player that displays Google DoubleClick ads using their AS3 component for an FLVPlayback: http://code.google.com/apis/in-stream/docs/components/flashas3.html
It’s supposed to be trivial to work with their component, but it’s been a huge pain. I’m running into a problem where the player stops sending events both during and after an ad has been displayed. Unfortunately, I don’t have much insight into what’s happening because the DoubleClick component is designed for simple drag and drop functionality. However, the order is something like this:
[LIST=1]
[]video loads - events are firing
[]ad loads and takes focus - depending on the ad, sometimes the player events fire other times they dont. Basically everything gets messed up.
[]ad completes and original video is displayed - things start acting weird like events not firing.
[]If I load another video, then things work again. Events fire as expected.
[/LIST]
Basically, the DoubleClick component seems to break stuff. Interestingly, if I refresh the page without clearing my cache, the events fire fairly reliably (50% of the time).
This is a shot-in-the-dark, but can anyone make any sense of what might be happening here?
Thanks.