我尝试使用以下代码行在我的 flex 4 项目中加载一个 swf:
<mx:SWFLoader id="game_swf" source="demo.swf" complete="init()" />
demo.swf 文件是我使用 flex 4 创建的另一个项目。问题是,当我运行应用程序时,我只看到 demo.swf flash 文件的加载栏,没有其他内容。
如果我尝试加载不同的 swf 文件(例如我下载的游戏),它加载得很好。
我错过了什么?
我尝试使用以下代码行在我的 flex 4 项目中加载一个 swf:
<mx:SWFLoader id="game_swf" source="demo.swf" complete="init()" />
demo.swf 文件是我使用 flex 4 创建的另一个项目。问题是,当我运行应用程序时,我只看到 demo.swf flash 文件的加载栏,没有其他内容。
如果我尝试加载不同的 swf 文件(例如我下载的游戏),它加载得很好。
我错过了什么?