Sunday, January 4, 2009

To Add external library in flex

Use the option –library-path with += to include your external library + existing library.

Use the option –library-path with = to include your library only.



For example :





D:\developement\QBfstoolsNew\TTA\Dev\flex\OnDemand>c:\flex\bin\mxmlc -library-path+=C:\flex\lib\AutoComplete.swc OnDemand.mxml

Loading configuration file C:\flex\frameworks\flex-config.xml

D:\developement\QBfstoolsNew\TTA\Dev\flex\OnDemand\OnDemand.swf (350202 bytes)



D:\developement\QBfstoolsNew\TTA\Dev\flex\OnDemand>

No comments:

Post a Comment