Jump to content

markwalkman

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by markwalkman

  1. 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.
×
×
  • Create New...