Okay, so swfobject and lightbox won't work together. It brings up 'operation aborted' when they're both on the same page. Has anyone got a solution? Apparently its fixable with some swfobject modifications...
I just have this pasted in my tpl_header.php
<div id="flashheader"> <img src="includes/templates/mytemplate/images/header-nonflash.jpg" width="900" height="220"></div>
<script type="text/javascript" src="includes/templates/mytemplate/swfobject.js"></script> <script type="text/javascript">var so = new SWFObject("includes/templates/mytemplate/images/header.swf", "flashheader", "900", "220", "8", "#FFFFFF");
so.write("flashheader");
allowScriptAccess="true"
</script>
Bookmarks