タグ

tagとflexに関するnitoyonのブックマーク (3)

  • Horned Owl Brewing - Kennesaw, GA

    nitoyon
    nitoyon 2007/09/23
    カスタムメタデータ(メタタグ)をdescribeType+E4Xで読み取るサンプル。
  • metadata

    For all those secrets in Flex, those that aren't known, those that aren't published, or those that are just hard to find for some unknown reason, like percentWidth. Information on the following tags can be found here: ArrayElementType Bindable DefaultProperty Effect Embed Event IconFile Inspectable InstanceType NonCommittingChangeEvent Style Other Tags: Exclude Mixin ResourceBundle (Localization)

    nitoyon
    nitoyon 2007/05/03
    アンドキュメントなメタタグの解説。Mixin、Exclude、ResourceBundle、Frame、SWF、Transient...
  • mxmlc コンパイラのメタデータタグを利用する - [Bindable] 篇

    ActionScript3 のソースをコンパイルするとき、現在は flex2 SDK に含まれる mxmlc を使うのが主流です。このコンパイラはAS3の言語では定義されてない、flex 独自のメタデータタグ([] で囲まれた syntax。[Bindable] など)を解釈し、自動でAS3ソースコードをジェネレートしてくれます。 このメタデータタグの利用方法をきちんと把握すると、だいぶコード記述が減り、シンプルかつ統一的なAS3(flex)プログラミングが可能になり、プログラミングの生産性が向上するであろう、有益な機能です。しかしながら、どういった挙動をするソースが生成されるのか、どのようなメタデータが記述可能なのか、というのがいまいち解っていないため、エントリーとして書き起こします。 [Bindable] メタデータを使うといったい何が嬉しいのでしょうか。その前に Flash でのプロ

    mxmlc コンパイラのメタデータタグを利用する - [Bindable] 篇
    nitoyon
    nitoyon 2007/03/26
    Bindable の解説。Bindable +Flex はさほど肥大化しない。メタデータに関しては [arrayElementType] を AS3 から使えないか試行錯誤したけど分からずじまいだったなぁ。
  • 1