我对MM无语

      Say 2004-10-13 22:31

MM让我无语太多
不仅他们的产品bug乱飞,就连他们的help帮助也是错误常常...真搞不懂,他们就没有一个检测部门??!

Flash MX 2004 help 错误之一
AS内定义CSS,详细看这里

Flash MX 2004 help 错误之二
全局组件style定义 详细看这里

Flash MX 2004 JSFL help 错误之一
timeline.getSelectedLayers()

帮助上说返回一个数组,但明明是返回一个当前层的索引也就是类型是Number...我晕菜
引用:

// 引用帮助
timeline.getSelectedLayers()
Availability
Flash MX 2004.
Parameters
None.
Returns
An array of the zero-based index values of the selected layers.
Description
Method; gets the zero-based index values of the currently selected layers.
Example
The following example displays 1,0 in the Output panel:
fl.getDocumentDOM().getTimeline().setSelectedLayers(0);
fl.getDocumentDOM().getTimeline().setSelectedLayers(1, false);
var layerArray = fl.getDocumentDOM().getTimeline().getSelectedLayers();
fl.trace(layerArray);



真不知道他们怎么得出layerArray的...汗 -_-||
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}