Tagged Questions

1
vote
2answers
9 views

Running Basic Flex Projects over HTTP?

How do you configure Flex Builder to run basic flex projects over http (http://localhost/MyProject.html)? I can't figure out how to use crossdomain.xml files when running locally via something like …
0
votes
1answer
37 views

Flex Builder not building changes

I'm having a very strange bug in Flex Builder where none of the changes I make are appearing when I debug/run my program. It only happens with a particular AS3 project, on others, it works fine. For …
0
votes
0answers
7 views

Avoid clean before launch to have css changes take effect in Flash/Flex Builder

When using an external css file in my flex/air project I always need to run clean project before I run/debug the application to have changes made in css take effect. I'm guessing this is because …
1
vote
1answer
97 views

Why might the Flash Builder 4 network monitor not work?

I'm using the Flash Builder 4 beta, and I have two projects, both of which have Network Monitor enabled. I have two projects, for one of which the network monitor works, and for the other, it …
0
votes
0answers
64 views

How can I change a package explorer icon in Flash Builder (Eclipse plugin)?

I've located an icon that I would like to replace in Flash Builder (Eclipse plugin version). C:\Program Files\Adobe\Flash Builder Plug-in Beta\ …
0
votes
1answer
91 views

Alerts, Dropdown Calendar of DateField, Cursors resulting in null value references once embedded…

I have a Flex application embedded in a Flash application, which was working fine and currently works fine if not embedded. As of last Friday, when embedded the Alerts do not show (no error, just …
0
votes
2answers
129 views

Flex - SOAP Variables in Network Monitor but not making it to event handler…

I am querying a 3rd party web service and not all the data seems to be making it to the event handler. When I view the request/response in the Network Monitor I see a collection of data objects each …
0
votes
1answer
293 views

Eclipse Plugin does not work in FlashBuilder/FlexBuilder Standalone

Hi, created an Eclipse plugin that contributes to the UI by a new project wizard a new menu in the context menu of projects in the Package Explorer a new project nature + builder a new preference …
0
votes
1answer
176 views

Flex Builder 3 code hints

In Flex Builder, when I create an .as file in a non-actionscript/flex project, the code hinting doesn't seem to work. Is there a way to get code hinting to work when working on a .as file that's not …
0
votes
1answer
502 views

Getting Flex Builder to use a Tomcat server on Eclipse

I'm currently trying to get a Tomcat server I have running in Eclipse on http ://localhost:8080/ to be noticed through Flex Builder 4. I think it may have to do with the config.xml file in my Flex …
0
votes
1answer
268 views

Flex doesn’t export resources to release build

I'm trying to set image source conditionaly using the following line: source="{data.muted ? '/assets/audioMuted.gif' : '/assets/audio.gif'}" Apps run fine when run from Flex builder, but when I try …
0
votes
3answers
406 views

Convert AS project to Flex project in Flex Builder

Is there an easy way of converting a Actionscript 3 project to a Flex project in Flex Builder? When i right click on the project and hover "Flex Project Nature", all options are greyed out
1
vote
1answer
324 views

Anyone else have Eclipse 3.4 with Flex Builder crash constantly due to OOME?

I should first say that I'm pretty familiar with configuring Eclipses memory settings. I'm currently using a variant of one of the posted configurations: ... --launcher.XXMaxPermSize 256m -vmargs …