如何在 Flex 3 中纯粹通过 Actionscript 使用 SWFLoader 并动态加载内容?
我正在做一个 Flex 3 项目,其中我必须根据所需文件的可用性来加载 SWF。 加载的 SWF 文件将被放置在容器(面板)中的特定位置(即坐标)中。 我不想在 MXML 中执行此操作,因为如果文件不可用,SWFLoader 容器会显示十字标记框。
那么朋友们有什么解决办法吗?
I'm doing a Flex 3 project wherein I've to load SWF based on the availability of required file. And the loaded SWF file will be placed in a container (a Panel) at a particular location i.e. coordinates. This I don't want to do in MXML as the SWFLoader container shows a cross marked box if the file is unavailable.
So friends is there any solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来源:加载外部 SWF 文件。
Source: Loading an external SWF file.