PHP Block IE9 vs FF6 .swf wont play in IE

hello all

i have a question concerning an embedded .swf file in a php block for our website.

i made a banner for the page , and it does not display for anyone so far using IE

firefox works,and chrome all i have installed to test

heres the link to the site

ultimateserveradmins[dot]com

here is the code used for the block

<?php if(eregi("block-7year.php",$_SERVER['PHP_SELF'])) { header("Location: index.php"); } $content.= "\n"; $content.= "\n"; $content.= " \n"; ?>

hopefully its an easy fix

i have heard some people using Ie also cannot see the shoutbox scrolling messages also

thank you for your time!!

Hi there,

If it works in at least one browser, then PHP isn’t the problem. Your issue lies in flash installations or CSS. Most likely the CSS. Make sure widths and heights are set correctly, overflow:hidden isn’t taking effect on it’s parent etc…

Sponsor our Newsletter | Privacy Policy | Terms of Service