Jump to content

Recommended Posts

Posted

With the installation of XP SP2 IE now has the popup blocker. With the website I have designed I have a flash file showing on the website (to see have a look here ).

Eveytime the page is loaded IE comes up with it's message that it's blocked the embedded file, which is the flash. Now I want to put in the correct html so IE doesn't do this anymore. I have tried to look at a few websites' source codes, but it doesn't seem to work on my website.

Does anybody know the correct html to put in when inserting flash files?


Posted
:blushing: I realised that all of this happens when I open the webpage on my local hdd. When it's live on the web, I get nothing. Oops.
Posted

All,

This is the local machine breakdown glitch in XP/SP2. The objection messages only show up when trying to run HTML content either locally off a network, HD, or CD rom. There is a fix that works. After the HTML Doctype and before the <HTML> tag in your files you need to add the comment below that fools the local machine into thinking it's running in the Internet zone. This worked for me in a CD rom that went to press this week, and successfully suppressed all the IE blocked content messages. BTW, the CD was Flash embedded into HTML files. Example below:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<!-- saved from url=(0017)http://localhost/ -->

<HTML>

Cheers,

Mark W.

Posted

Thanks Mark! There is a catch though. You have to put that comment in ALL the pages you want to link to on your localhost, other the link just doesn't do anything if the target page doesn't have that comment.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...