如何禁用给定库项目的Authortime Sharing?
我尝试了以下内容:
if (libraryItem.sourceLibraryName) libraryItem.sourceLibraryName = "";
if (libraryItem.sourceFilePath) libraryItem.sourceFilePath = "";
但是我收到了这个错误:
Error: Invalid value for property sourceLibraryName.
此处的相关文档:http://help.adobe.com/en_US/flash/cs/extend/WS5b3ccc516d4fbf351e63e3d118a9024f3f-7f76CS5.html
更新 我似乎无法弄清楚如何通过IDE禁用Authortime Sharing。知道如何做到这一点可能会导致JSFL等效。