Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/actionscript-3/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何组织多个共享公共库(如类路径)的flash项目_Flash_Actionscript 3 - Fatal编程技术网

如何组织多个共享公共库(如类路径)的flash项目

如何组织多个共享公共库(如类路径)的flash项目,flash,actionscript-3,Flash,Actionscript 3,假设我有多个项目组织为 commonlib superorg org1 suborg11 suborg12 org2 suborg21 如何为commonlib包中的类声明导入和管理类路径?在flash ide或flash builder中,您可以指定全局类路径。这样,您的导入语句在项目中是相同的,而没有一百万份文件副本。在flashide或flashbuilder中有一个tut-,您可以指定全局类路径。这样,您的导入语句在项目中是相同的,而没有一百万份

假设我有多个项目组织为

commonlib superorg org1 suborg11 suborg12 org2 suborg21
如何为commonlib包中的类声明导入和管理类路径?

在flash ide或flash builder中,您可以指定全局类路径。这样,您的导入语句在项目中是相同的,而没有一百万份文件副本。在flashide或flashbuilder中有一个tut-

,您可以指定全局类路径。这样,您的导入语句在项目中是相同的,而没有一百万份文件副本。这里有一个tut-

将重用的类编译为swc文件,并将它们添加到项目中。如果经常更改类,可以设置Flex库项目,并在项目设置中将整个库项目添加到源代码中。这将使文件保持最新

将重用的类编译为swc文件,并将它们添加到项目中。如果经常更改类,可以设置Flex库项目,并在项目设置中将整个库项目添加到源代码中。这将使文件保持最新

谢谢,我没有使用flex,但我想我也可以在Flash中使用。谢谢,我没有使用flex,但我想我也可以在Flash中使用。好图坦卡蒙,它还提到了我正在使用的flashdevelop。好图坦卡蒙,它还提到了我正在使用的flashdevelop。