如何在Actionscript 3中引用静态类并推送对象

时间:2014-10-31 17:26:17

标签: actionscript-3 flash-cc

a.push({TYPE:" App",TITLE:" Hello World",DESC:"",logo:" static / image.jpg",screen:" assets / Apps_Full_Screen_Images / static_image.png"});

错误我得到: TypeError:错误#1034:类型强制失败:无法转换" assets / Apps_Full_Screen_Images / static_image.png"上课。

1 个答案:

答案 0 :(得分:0)

为了添加外部图像并在内部使用它,必须首先将资源添加到Flash库中,然后生成.swc文件或将其添加到动作脚本库,以便通过以下方式创建内部类:自动闪光

这里有关于这个问题的非常好的文章 http://code.tutsplus.com/tutorials/how-to-use-an-external-library-in-your-flash-projects--active-8759

如果这有用,请告诉我。谢谢!