Full screen / Auto-resizing flash BG.
-
Hiyas!
Almost there with the main markup!
The problem I’m having is with IE.
Here’s a code snippet.
<?php if( is_front_page() && !is_paged() ):?> <object type="application/x-shockwave-flash" data="https://whatwebuild.com/blog/wp-content/themes/gumball1/fullscreenBG.swf" width="100%" height="100%"> <param name="movie" value="https://whatwebuild.com/blog/wp-content/themes/gumball1/fullscreenBG.swf" /> <param name="wmode" value="opaque" /> </object> <?php endif;?>
Works perfectly in all other browsers but IE.
I’ve set clsid’s, wmode’s etc etc all to no avail.
URL for the test site is:
whatwebuild.com/blogIf anybody has any advice or input I’d be happy to hear it, been working on this for two days and still haven’t cracked it!
- The topic ‘Full screen / Auto-resizing flash BG.’ is closed to new replies.