View Full Version : logo visible in firefox but not explorer?
wezoo
08-27-2006, 10:04 PM
hi folks
I recently updated my web page with a new front end portal
www.cgempire.com
but if you enter the forums in IE the flash logo doesnt show?
its fine in Firefox but no show in IE any ideas anyone ?
www.cgempire.com/forum
on small note, in IE the repeating bit next to my logo isnt seamless, yet it is in forefox...
Ntfu2
08-28-2006, 01:27 AM
find this
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CGE_BannerLoop1</title>
</head>
<body bgcolor="#000000">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<table width="100%" height="125" border="0" cellspacing="0" cellpadding="0" /><tr><td class="titlebar">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="125" id="CGE_BannerLoop1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="CGE_BannerLoop1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://www.cgempire.com/CGE_BannerLoop1.swf" quality="high" bgcolor="#000000" width="800" height="125" name="CGE_BannerLoop1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td></tr></table>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-627289-1";
urchinTracker();
</script>
</body>
</html>
Replace with
<table width="100%" height="125" border="0" cellspacing="0" cellpadding="0" /><tr><td class="titlebar">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="125" id="CGE_BannerLoop1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="CGE_BannerLoop1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://www.cgempire.com/CGE_BannerLoop1.swf" quality="high" bgcolor="#000000" width="800" height="125" name="CGE_BannerLoop1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td></tr></table>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-627289-1";
urchinTracker();
</script>
Try starting there
wezoo
08-28-2006, 10:53 AM
Thanks Ntfu2
I'll give it pop
Ntfu2
08-28-2006, 03:13 PM
You're welcome, let us know if it works
wezoo
08-28-2006, 05:18 PM
:( no difference , but thanks for trying !!
Ntfu2
08-28-2006, 05:21 PM
Im not done yet :D
Lets try chaning
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="125" id="CGE_BannerLoop1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="CGE_BannerLoop1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://www.cgempire.com/CGE_BannerLoop1.swf" quality="high" bgcolor="#000000" width="800" height="125" name="CGE_BannerLoop1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
to
<object width="800" height="125">
<param name="movie" value="CGE_BannerLoop1.swf">
<embed src="CGE_BannerLoop1.swf" width="800" height="125">
</embed>
</object>
After that, i will be at a complete loss as to why it doesnt work. Good luck and hopefully this works
wezoo
08-28-2006, 05:23 PM
god damn it !!! servers on go slow
I'll let u know just as soon as i try this Nt, just hang fire ;)
hehe now it wont show in firefox or IE :)
Ntfu2
08-28-2006, 05:30 PM
oh yea this just came to me. try adding a slash infront of the paths.
<object width="800" height="125">
<param name="movie" value="/CGE_BannerLoop1.swf">
<embed src="/CGE_BannerLoop1.swf" width="800" height="125">
</embed>
</object>
ok that reallyis the last idea from me now :)
wezoo
08-28-2006, 05:33 PM
My god Sir !!!
your a genius !!! ;)
Thanks Ntfu2 thats done it ....hehe im Crap at this, so Thanks !!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.