Runtime Changes Not Reflect in Chrom And Mozila

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kiranvn31
    New Member
    • May 2010
    • 7

    Runtime Changes Not Reflect in Chrom And Mozila

    Hi

    I create page in C# asp.net
    In that page I write code for change flash dynamically
    My flash file located in one folder name as "FlashData" and i call this file in html file

    And I call html file in IFrame and show to user

    My flash file get image from outside and that images are also located in same folder

    ("FlashData" )

    At runtime i get image from database change file name and overwrite file in folder

    "FlashData" .

    when I run site on IE it show changes in flash but, I google chrom and Mozilla not shown me

    the changes

    pls Help
    Reply ASAP

    Regards

    Kiran
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I think that this might have something to do with how the browsers cache the picture data. I ran into something similar in the past and to get around the problem I changed the name of the images (instead of overwriting the old ones). This forces the web browser to get the new image instead of using the cached image.

    I could be wrong here because I am by no means a Flash expert...but if I were you I'd give it a try :)

    -Frinny

    Comment

    Working...