Double meta refresh. Flash file won't show.

Axelian

Regular Member
Joined
Jul 16, 2008
Messages
404
Reaction score
95
Ok I did a double meta refresh on the offer but the offer only loads in FIREFOX and not IE or GOOGLE CHROME.

Does anyone know why?
 
Last edited:
try wrapping your flash embed code in javascript.writeln(); .. I remember having to do something like that when I had it called frmo an iframe on a page with a meta-refresh.

Code:
<script type="text/javascript">
  document.writeln('<object width="1" height="1">');
</script>

You get the idea...
 
Back
Top