Answered Strange problem with updating a website

  • Thursday, June 21, 2012 1:31 PM
     
     

    I've made a website and I just updated a new flash to the front page. The problem is that the new flash is working fine when I use other browsers like Mozilla, Safari, Crome etc, but when I use Internet Explorer, it shows the old flash. I've cleared the history and caches, and tried several different versions of IE and many computers, and it shows the wrong flash.

    So here is the site: http://www.arkplan.fi/

    Now open it with IE and for example Mozzilla. In Mozzilla the front page shows three pictures: Two summer pics and one winter pic. This is how it's supposed to be. With IE it shows two winter pictures and one summer pic. This is the old one, and it's not supposed to be there anymore. Could somebody tell me what's the problem?

All Replies

  • Friday, June 22, 2012 4:43 AM
     
     Answered

    change the movie parameter of the <object> tag to the same as the scr value of the <embed> tag.

    In IE press F12 to display the Developer tool

    In other browsers right click on the page and select the Object inspector to inspect your markup.

    MSIE browsers use the <object> tag to render flash... other browsers use the <embed> tag....

    thats why you use an <object> tag with a <embed> fallback... the browser will render the tag that it understands.


    Rob^_^

  • Friday, June 22, 2012 11:17 AM
     
     
    Thanks! It worked! :)