I have scoured through your php files and sources.php seems to be where all the code is output to the browser:
<script type=\"text/javascript\">
QT_WriteOBJECT_XHTML('{SITEURL}/{FOLDER}/{SOURCE}.mp4', '{WIDTH}', '{HEIGHT}', '', 'autoplay', '{AUTOPLAY}', 'bgcolor', '{BACKGROUNDQT}', 'scale', 'aspect');
</script>
Most of the movies on my site are mp4s and I am having the damndest time putting the dropdown menus OVER the movies as the movies always seem to be in the front, ignoring the z-index.
I have searched these forums, and AVR is not even an option. I am just looking where I can place some code to set the wmode to transparent.
Thank you.