ActionScript 3 Tip of the Day

为了写一个纯ActionScript3项目,在google中翻找[SWF] metadata的详细用法,结果找到了这个好东东:

ActionScript 3 Tip of the Day

粗略看了一下,里面所写的技巧都非常有用,留待以后慢慢看。

第59个tip中提到:

The SWF metadata tag supports 4 properties

* width
* height
* frameRate
* backgroundColor

难道仅仅支持4个属性么?那么“Description”、“Title”属性都不支持么?没时间考证了,反正用编译参数也是可以支持这些属性的。