Question
How to correctly call the filter preset
The following method is not feasible↓
Filter-01.addEventListener(MouseEvent.CLICK, onBtnClick);
function onBtnClick(e:MouseEvent):void {
var jsfl:String = new String();
MMExecute("fl.runScript(fl.configURI + 'Filters/Filter-01.xml');");
}
Filter preset path:Application Support/Adobe/Animate 2021/zh_CN/Configuration/Filters/Filter-01.xml
Error message:SyntaxError: missing ; before statement
