其他分享
首页 > 其他分享> > 存入所有影片剪辑

存入所有影片剪辑

作者:互联网

fl.getDocumentDOM().selectAll();

var theSelectionArray = fl.getDocumentDOM().selection;
length = theSelectionArray.length;
for( i=0;i<length;i++){
if (theSelectionArray[i].symbolType == "movie clip"||theSelectionArray[i].symbolType == "graphic"){
element = theSelectionArray[i];
break;
}
}

标签:selectAll,剪辑,symbolType,存入,length,theSelectionArray,影片,fl,getDocumentDOM
来源: https://www.cnblogs.com/dt1991/p/12447243.html