Results 1 to 6 of 6

Thread: Browser issue .. IE versus FF

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2004
    Posts
    369

    Browser issue .. IE versus FF

    Hi,

    I have updated a website maybe a month ago. I changed the flash animation on the top.

    On IE is shows the correct animation, but in FireFox, it just keeps showing the previous and incorrect animation. Why is that ? I cleared the cache and offline content, etc and it does not work still.

    URL: This is the page
    The correct animation is a young woman with glasses. Why FF is always showing me the older blond woman?

    Any clues ?
    Thank you.

  2. #2
    Fanatic Member
    Join Date
    Jun 2004
    Location
    All useless places
    Posts
    917

    Re: Browser issue .. IE versus FF

    Frustrating for you but this happens with Chrome as well. So I would assume if there is any JS involved in fetching the animation then it works fine IE but not in FF & Chrome.

  3. #3
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Browser issue .. IE versus FF

    Its an older blond woman also in Opera.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2004
    Posts
    369

    Resolved [Resolved] Re: Browser issue .. IE versus FF

    My mistake !!

    Thanks to you rjv. Your comment made me review my code, I thought it was a browser issue, so I did not review my things, but it was not.

    At first, I had this code
    Code:
          <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="939" height="272" id="master" align="middle">
            <param name="allowScriptAccess" value="sameDomain" />
            <param name="allowFullScreen" value="false" />
            <param name="movie" value="entete/fillelunette.swf" />
            <param name="quality" value="high" />
            <param name="bgcolor" value="#ffffff" />
            <embed src="entete/fillelunette.swf" quality="high" bgcolor="#ffffff" width="939" height="272" name="master" align="middle" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />      
          </object></asp:Content>
    I had only made the filename change in the first line in red-bold by mistake, but since it was working in IE, I thought it was all good. I had to OF COURSE change the code on the 2nd red-bold line. Now it works in all browsers.

    So it was just an error caused by me wanting to do updates too quickly. Stupid me.

    Dom.

  5. #5
    Fanatic Member
    Join Date
    Jun 2004
    Location
    All useless places
    Posts
    917

    Re: Browser issue .. IE versus FF

    Good that you figured it out. But the surprise is why would IE ignore the embed attribute and others give it priority.
    Last edited by rjv_rnjn; Oct 20th, 2009 at 10:30 AM. Reason: sentence correction.

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Browser issue .. IE versus FF

    Quote Originally Posted by rjv_rnjn View Post
    Good that you figured it out. But the surprise is why would IE ignore the embed attribute and others give it priority.
    This is because IE is a law onto itself, and should never be trusted!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width