1

Is there any method in as3 that flash can write file's last modified date.

Its stand alone flash application which had external swf loading. I want to check the last modified date of the swf during the loading. please suggest any possible methods. Thanks.

4

1 回答 1

1

在 AIR 中,有FilemodificationDate属性的类。但是在普通的 AS3 中,根本没有文件的概念。如果使用 Loader 加载 swf,则只能获取数据,而不能获取文件的属性(如果通过 URL 加载某些内容,文件可能根本不存在。)

于 2012-05-29T08:50:15.240 回答