When I hit the run button in Flash Builder 4, an older version of my app is being run. I can’t for the life of me work out why this is happening. Can anyone help?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I find it is very common for me to run into this problem if I change code and compile an app while an active debugging session is running. So, be sure to always stop all debugging sessions before recompiling the app–it will happen every time you save if you have “Build automatically” selected.
IF the app won’t change. Turn off the debugging session; shut down your browser completely–not just the window w/ your app–and then clean the project.
That always addresses the issue for me.
If the browser doesn’t appear to be showing the swf after you take these actions; that is odd. Try loading the SWF directly, not the enclosing HTML page.