【发布时间】:2011-03-27 17:41:22
【问题描述】:
我正在使用 Flash 构建网站。我有一个外部 swf 文件,我想将它导入我的网站。我认为这将是一项简单的任务,但由于某种原因,当我加载电影时,它会闪烁。我的网站(父 swf)是使用 1.0 构建的。外部表单 swf 是使用 3.0 构建的。有什么想法吗?
我的做法:
1.create an empty movie clip called mcForm
2.go to the mc clip page i want to pull the external movie into
3. within my actions layer, I call the following function
loadMovie("main.swf", mcForm);
如果我写:
LoadMovieNum("main.swf",0);
然后 my main.swf 正确打开但关闭父 swf 文件。我希望将 main.swf 文件嵌入到父文件中。
【问题讨论】:
标签: flash