Skip to main content
June 20, 2007
Question

code changes are not reflected in .swf file

  • June 20, 2007
  • 2 replies
  • 305 views
Hi,

I have made changes in the code and compiled it and executed the application.
But, the changes whatever I made are not shown in GUI part. I am able to view the changes if I execute my application in debug mode but not in normal mode. Even I have reinstalled my Flex plugin in to Eclipse, that also not working.

Expecting your valuable solution for my problem.


-Sreedhar

    This topic has been closed for replies.

    2 replies

    Participant
    July 8, 2007
    Oh, I'm facing that problem almost constantly. I'm even thinking to automate that process :)

    One solution that I use in HTML pages is that I specify some dummy random number. Say your SWF is called, my.swf. Then you could try to specify a name like my.swf?rnd=4857845 and so on.

    George
    Participant
    June 29, 2007
    I think clearing your browser's cache will do the trick. Worked for me.
    Unfortunately I do it every time i hit "save" in flex.