【发布时间】:2012-07-06 22:29:35
【问题描述】:
我在名为 sample 的文件夹中有 .fla 文件。在示例中,我有另一个名为 one 的文件夹,其中包含类。我已将类的源路径设置为这个文件夹。现在在类文件中我有
package one
{ // code
}
但我收到错误“C:\Users\gaurav\Documents\sample\one\CDK.as, Line 1 5001: The name of package 'one' does not reflect the location of this file. Please change the package在此文件中定义的名称,或移动文件。C:\Users\gaurav\Documents\sample\one\CDK.as" ...有人可以帮我吗...
【问题讨论】:
标签: actionscript-3 flash