Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-27-2006, 10:04 PM
wezoo wezoo is offline
 
Join Date: Apr 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default logo visible in firefox but not explorer?

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...
Reply With Quote
  #2  
Old 08-28-2006, 01:27 AM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

find this

Code:
<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

Code:
<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
Reply With Quote
  #3  
Old 08-28-2006, 10:53 AM
wezoo wezoo is offline
 
Join Date: Apr 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Ntfu2
I'll give it pop
Reply With Quote
  #4  
Old 08-28-2006, 03:13 PM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome, let us know if it works
Reply With Quote
  #5  
Old 08-28-2006, 05:18 PM
wezoo wezoo is offline
 
Join Date: Apr 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no difference , but thanks for trying !!
Reply With Quote
  #6  
Old 08-28-2006, 05:21 PM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im not done yet

Lets try chaning
Code:
<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
Code:
<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
Reply With Quote
  #7  
Old 08-28-2006, 05:23 PM
wezoo wezoo is offline
 
Join Date: Apr 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 08-28-2006, 05:30 PM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh yea this just came to me. try adding a slash infront of the paths.

Code:
<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
Reply With Quote
  #9  
Old 08-28-2006, 05:33 PM
wezoo wezoo is offline
 
Join Date: Apr 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My god Sir !!!
your a genius !!!

Thanks Ntfu2 thats done it ....hehe im Crap at this, so Thanks !!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03685 seconds
  • Memory Usage 2,240KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete