解决:1046:找不到类型,或者它不是编译时常数:File

如果是出现如题问题,可能是web应用中用到了 flash.filesystem下的类,比如

import flash.filesystem.File;

 

因为flash.filesystem.File仅限于AIR程序,web程序是不可以的

见:http://help.adobe.com/zh_CN/FlashPlatform/reference/actionscript/3/flash/filesystem/package-detail.html

 

 

你可能感兴趣的:(File)