PDA

View Full Version : whereabouts in the flexbuilder 3 interface where I can change the -use network true o


dub_beat
11-07-2008, 12:54 PM
Hi,

Today is my first day using flex!

I have a very basic question .

I'm working with fusion charts and I'm getting an error message

Local-with-filesystem and local-with-networking SWF files cannot load each other.

I cant find whereabouts in the flexbuilder 3 interface where I can change the -use network true or false.

Is it hidden in some menu or do i have to do it my code.

If its code what does it look like?

Thanks a lot

dub

dub_beat
11-07-2008, 02:08 PM
goto

>project > properties> compiler

then in the additional compiler options put in -use-network=false

Peter Cowling
11-07-2008, 02:10 PM
Any compiler related option in Flex can be accessed as follows:

Right click on the main folder for the whole project;
Select 'Properties', at the bottom of the resulting list;
Select 'Flex Compiler';
Make the required change in 'Additional compiler arguments'

Posted at the same time as yours i guess :)

dub_beat
11-07-2008, 02:12 PM
Must of been :)

Thanks for the reply