actionscript 3 - How to use a relative path for a swc library in Flash Builder 4.6 -


i'm using flash builder 4.6 , in 1 of actionscript projects, have referenced .swc library file.

the way added project > properties > flex library build path > library path tab > add swc...

here popup occurs , must select .swc file browsing through machine , selecting one. once that, it'll display added library this:

somelibrary.swc - /full/path/to/the/swc/here/lib/somelibrary.swc

what want able use relative path instead, like:

somelibrary.swc - ../../lib/somelibrary.swc

does know way or workaround able use relative paths swc libraries in flash builder?

thanks!

i suggest dump mxmlc compilator's settings xml file (where can add required swcs , paths hands using favorite text editor).

  1. add compilator option -dump-config=build.xml
  2. find xml config, modify needs
  3. replace -dump-config=build.xml -load-config=build.xml

enter image description here


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -