• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Flash Builder clean/build not reflecting changes

New Here ,
Dec 13, 2010 Dec 13, 2010

Copy link to clipboard

Copied

I'm having problems with getting changes I've made in my app to update in my builds. For instance, I update the function on a button, save, clean, build and run. When I click the button I get the same function as before. Its not just vars being passed into the button function, but completely different calls like Alert.show('say something') vs zendRemoteObject.myFunc( field1.text ).Under my Project menu, build automatically is checked.

My Config is:

Windows 7

Flash Builder 4

Flash Catalyst CS5

Firefox 3.6.13

Chrome 8.0.55

Views

811

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 13, 2010 Dec 13, 2010

Copy link to clipboard

Copied

When i access the swf file directly in my web directory the swf is updated. To get i tto work I've had to do the following:

Project -> Uncheck Build automatically

Rename/delete Main.swf (this is my main project swf)

Project -> Clean

Run

Seems like way too much work to do quick testing and rebuidling. Anyone have any suggestions?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 16, 2010 Dec 16, 2010

Copy link to clipboard

Copied

LATEST

Follow-up. It seems that I had to run Flash Builder against a local www server instead of my virtual www server. I think it was a permissions issue with the file system.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines