아 몰라 오늘도 후덜덜이여~
후덜덜..
아 몰라 오늘도 후덜덜이여~
 
전체
오늘도 달려
음악 스크랩
개발이야기
Flash as3
북마크
     
«   2008/09   »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
 
   
nmfjwitg
nmfjwitg
vahnlrsh
vahnlrsh
jimratqg
jimratqg
jooijetw
jooijetw
iqbxlgep
iqbxlgep
 
2008/06 - 6
2008/04 - 4
  

Total 6507, yesterday 41, today 5
powered by Tatter tools, designed by kokoro studio.
  1. 2008/04/29 Flex builder 3 컴파일옵션

Flex에서 사용되는 컴파일 옵션들이다.
이 후 작업후 빌드시에 프로그램 작동여부 및 SANDBOX보안에 많은 영향을 끼치는 부분들이 있으니 꼭 숙지하고 사용법을 이해해야 한다.

C:\Program Files\Adobe\Flex Builder 3>mxmlc -help list details
Adobe Flex Compiler (mxmlc)
Version 3.0.0 build 477
Copyright (c) 2004-2007 Adobe Systems, Inc. All rights reserved.

-benchmark
    output performance benchmark
-compiler.accessible
    alias -accessible
    generate an accessible SWF
-compiler.actionscript-file-encoding <string>
    alias -actionscript-file-encoding
    specifies actionscript file encoding. If there is no BOM in the AS3
    source files, the compiler will use this file encoding.
-compiler.context-root <context-path>
    alias -context-root
    path to replace {context.root} tokens for service channel endpoints
-compiler.debug
    alias -debug
    generates a movie that is suitable for debugging
-compiler.external-library-path [path-element] [...]
    alias -el
    list of SWC files or directories to compile against but to omit from
    linking (repeatable)
-compiler.fonts.advanced-anti-aliasing
    alias -advanced-anti-aliasing
    enables advanced anti-aliasing for embedded fonts, which provides
    greater clarity for small fonts.
-compiler.fonts.flash-type
    alias -flash-type
    enables FlashType for embedded fonts, which provides greater clarity
    for small fonts.
-compiler.fonts.max-glyphs-per-face <string>
    alias -max-glyphs-per-face
    sets the maximum number of character glyph-outlines to keep in the
    server cache for each font face. The default value is 1000.
-compiler.include-libraries [library] [...]
    alias -include-libraries
    a list of libraries (SWCs) to completely include in the SWF
    (repeatable)
-compiler.incremental
    alias -incremental
    enables incremental compilation
-compiler.library-path [path-element] [...]
    alias -library-path
    list of SWC files or directories that contain SWC files (repeatable)
-compiler.locale [locale-element] [...]
    alias -locale
    specifies the locale for internationalization (repeatable)
-compiler.mxml.compatibility-version <version>
    alias -compatibility-version
    specifies a compatibility version. e.g. -compatibility-version=2.0.1
-compiler.namespaces.namespace <uri> <manifest>
    alias -namespace
    Specify a URI to associate with a manifest of components for use as
    MXML elements (repeatable)
-compiler.optimize
    alias -optimize
    Enable post-link SWF optimization
-compiler.services <filename>
    alias -services
    path to Flex Data Services configuration file
-compiler.show-actionscript-warnings
    alias -show-actionscript-warnings
    runs the AS3 compiler in a mode that detects legal but potentially
    incorrect code
-compiler.show-binding-warnings
    alias -show-binding-warnings
    toggle whether warnings generated from data binding code are
    displayed
-compiler.show-shadowed-device-font-warnings
    alias -show-shadowed-device-font-warnings
    toggles whether warnings are displayed when an embedded font name
    shadows a device font name
-compiler.show-unused-type-selector-warnings
    alias -show-unused-type-selector-warnings
    toggle whether warnings generated from unused CSS type selectors are
    displayed
-compiler.source-path [path-element] [...]
    alias -sp
    list of path elements that form the roots of ActionScript class
    hierarchies (repeatable)
-compiler.strict
    alias -strict
    runs the AS3 compiler in strict error checking mode.
-compiler.theme [filename] [...]
    alias -theme
    list of CSS or SWC files to apply as a theme (repeatable)
-compiler.use-resource-bundle-metadata
    alias -use-resource-bundle-metadata
    determines whether resources bundles are included in the application.
-help [keyword] [...]
    keywords are 'syntax', 'list', 'advanced', 'aliases', 'details', or a
    search term
-include-resource-bundles [bundle] [...]
    a list of resource bundles to include in the output SWC (repeatable)
-licenses.license <product> <serial-number>
    alias -license
    specifies a product and a serial number.  (repeatable)
-load-config <filename>
    load a file containing configuration options (repeatable)
-metadata.contributor <name>
    alias -contributor
    A contributor's name to store in the SWF metadata (repeatable)
-metadata.creator <name>
    alias -creator
    A creator's name to store in the SWF metadata (repeatable)
-metadata.date <text>
    alias -date
    The creation date to store in the SWF metadata
-metadata.description <text>
    alias -description
    The default description to store in the SWF metadata
-metadata.language <code>
    alias -language
    The language to store in the SWF metadata (i.e. EN, FR) (repeatable)
-metadata.localized-description <text> <lang>
    alias -localized-description
    A localized RDF/XMP description to store in the SWF metadata
    (repeatable)
-metadata.localized-title <title> <lang>
    alias -localized-title
    A localized RDF/XMP title to store in the SWF metadata (repeatable)
-metadata.publisher <name>
    alias -publisher
    A publisher's name to store in the SWF metadata (repeatable)
-metadata.title <text>
    alias -title
    The default title to store in the SWF metadata
-output <filename>
    alias -o
    the filename of the SWF movie to create
-runtime-shared-libraries [url] [...]
    alias -rsl
    a list of runtime shared library URLs to be loaded before the
    application starts (repeatable)
-runtime-shared-library-path [path-element] [rsl-url] [policy-file-url] [rsl-url] [policy-file-url]
    alias -rslp
     (repeatable)
-static-link-runtime-shared-libraries
    alias -static-rsls
    statically link the libraries specified by the
    -runtime-shared-libraries-path option.
-target-player <version>
    specifies the version of the player the application is targeting.
    Features requiring a later version will not be compiled into the
    application. The minimum value supported is "9.0.0".
-use-network
    toggle whether the SWF is flagged for access to network resources
-version
    display the build version of the program
-warnings
    toggle the display of warnings

크리에이티브 커먼즈 라이센스
Creative Commons License
2008/04/29 10:26 2008/04/29 10:26
   http://www.heyon.com/trackback/4
  1. jimratqg
     x jimratqg
[로그인][오픈아이디란?]
*1