John, I would try changing function playVid() { view.play(); } to function playVid() { view.style.display = "block"; view.play(); }

It's Initiostar's way of playing a short cut as a filler rather than have a dead space. I thought that had been removed in v2. i only remember it in v1.

Acorn