Where you had a:
PHP Code:
<p align="center">
I changed it to a:
PHP Code:
<div align="center" style="z-index: 1;">
Then I added:
PHP Code:
wmode="transparent"
To the embed tag.
Here is the complete code.
PHP Code:
<div align="center" style="z-index: 1;"><object height="344" width="665" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param value="true" name="allowFullScreen"/><param value="always" name="allowscriptaccess"/><param value="http://www.youtube.com/v/9iOA67V8h88&hl=en&fs=1&" name="src"/><param value="true" name="allowfullscreen"/><param value="transparent" name="wmode"/><embed height="344" width="665" allowscriptaccess="always" allowfullscreen="true" src="http://www.youtube.com/v/9iOA67V8h88&hl=en&fs=1&" type="application/x-shockwave-flash" wmode="transparent"/></object></div>
Try that out.
Bookmarks