아 몰라 오늘도 후덜덜이여~
후덜덜..
아 몰라 오늘도 후덜덜이여~
 
전체
오늘도 달려
음악 스크랩
개발이야기
Flash as3
북마크
     
«   2008/04   »
    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 6506, yesterday 41, today 4
powered by Tatter tools, designed by kokoro studio.
  1. 2008/04/29 Flex builder 3 컴파일옵션
  2. 2008/04/16 다항계산기
  3. 2008/04/08 Lil' Flip - Sunshine (Feat. Lea)
  4. 2008/04/03 으어 스트레스 만땅이다.

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
[로그인][오픈아이디란?]

사용자 삽입 이미지


형이 부탁해서 만든 이름하야 초 력셔리한 초간단 버라이어티 히스토리 계산기.ㅋ
어떤 계산기를 보여주시면서 여기서 이 레이아웃으로 이러 저러한 기능만 간추려서 동작하게 해달라고 해서 만들었다.
첨에는 한 30분이면 되겠지하고 만들었는데.. 젝일.. 다항연산을 생각못한 미스를 범하였다.
결국 한 5시간동안 스택으로 어케 저케 처리했다.

지원기능
1. 다항연산
2. History


다운로드

(.NET FRAMEWORK가 있는경우)

크리에이티브 커먼즈 라이센스
Creative Commons License
2008/04/16 21:20 2008/04/16 21:20
   http://www.heyon.com/trackback/3
  1. vahnlrsh
     x vahnlrsh
[로그인][오픈아이디란?]

[Intro: Lea, (Lil' Flip)]

[Lea] Uhhhhhhh
[Lil' Flip] Yeeah
[Lea] Ohh, ohh, ohh, oh baby
[Lil' Flip] Lil' Flipper (Lil' Flipper)
[Lea] Ooh baby
[Lil' Flip] My girl Lea (my girl Lea) hit it

[Chorus: Lea]
Sunshine
I can call you my baby boy
You can call me your baby girl
Maybe we can spend some time (some time)
I can be your sunshine!
I can call you my baby boy
You can call me your baby girl
Maybe we can spend some time (some time)
I can be your sunshine!

[Verse 1: Lil' Flip]
Look, I know you wanna chill wit a player
But all you got to do is keep it real wit a player
Just answer your phone whenever I call
Cause I'm riding on chrome whenever I ball
I like them short and tall but not too thick
I just walk in the spot and take my pick
And they wanna roll cause they like my style
And when I pop my collar I make them smile
I need a lady in the streets but a freak in the sheets
That know how to cook cause a nigga like to eat
Spaghetti, shrimp and steak and I'll adore you
I'll treat you like milk, I'll do nothing but spoil you

[Chorus: Lea]

[Verse 2: Lil' Flip]
I know your friends wanna holla cause I got them dollars
Push the Maybach Monday, tuesday Impala
I switch whips like kicks I'm a balla (I'm a balla)

And if I get your phone number I'm a call ya (I'm a call ya)
And we can meet up the next day and chill
But I'm always on the road baby girl, that's how I live
I got bills to pay, I got moves to make
But when my plane touch down, pick me up at 8:00, don't be late

[Chorus: Lea]

[Verse 3: Lea]
We don't have to be in love (love)
We can just be friends!
I will be right there, beginning to the end!
I can bring my girls (girls), you can bring your friends (friends)
We can both have fun, don't want this stuff to end!

[Verse 4: Lil' Flip]
They say love is pain and pain is love
I know ya Momma mad cause you talk to a thug
You think you know my type but you ain't got no clue
About - what a nigga like me do
I like to stack my bread and flip my chips
And I can change ya life if ya get wit Flip
I take private jets to Vagas, man
It's twenty bread each pick cause I'm major man
We can cruise the world in a Bently Azure
But don't worry, the chauffer open the door
You couldn't ask for more cause we got it all (we got it all)
Cause you my baby girl right?, right?

[Chorus: Lea]

[Outro: Lea]
We don't have to be in love (love)
We don't have to be in love (love)
크리에이티브 커먼즈 라이센스
Creative Commons License
2008/04/08 09:39 2008/04/08 09:39
   http://www.heyon.com/trackback/2
  1. qnqqrshp
     x qnqqrshp
  2. zkwlcfqa
     x zkwlcfqa
  3. nmfjwitg
     x nmfjwitg
[로그인][오픈아이디란?]
에디트플러스에 애착을 가지고 몇년간 잘사용해왔다.
하지만 오늘처럼 정이 떨어저보긴 처음이다.
FTP원격 EDIT모드가 버그인건지 내서버가 이상한건지~ 그냥 FTP로 접근할땐 아무문제 없는걸로 보아
Editplus의 문제가 아닌가 싶다.
원격작업을 하던도중 갑자기 저장이 안되거나 업로드액션은 취했는데 프로세스가 안올라갈때
서버의 파일사이즈는 0이 되어있다.
이 순간 Editplus가 종료되거나 Ftp dialog가 안꺼진다면 그 소스는 안녕~ 지못미~
로컬에 저장하지 못한 내 잘못도 있으나.. 그냥 Editplus탓하고 싶어서 ..킁킁..
그래서 난 오늘 결단을 내렸다.
울트라 에디트 쓸거다.
제길.. 이게뭐여~~ 마감까지 5시간 남겨놓고 소스정리하던 중 이런 멋같은.. OTL



소희야 오빠가 네 얼굴 보고 꾹 참고하는거다?
볼 통통한거 어쩔겨.. (여친이 보면 나 어쩔겨...)
크리에이티브 커먼즈 라이센스
Creative Commons License
2008/04/03 04:18 2008/04/03 04:18
   http://www.heyon.com/trackback/1
  1. ndgldynm
     x ndgldynm
  1. 쿠쿠
    2008/04/09 13:47
    미안하다. 여친 이미 봤다...-ㅁ-.. 으어 스트레스 만땅이다ㅠ
[로그인][오픈아이디란?]
*1