我可以让 Flash 影片与 Shadowbox jquery 覆盖进行通信吗?
我希望根据 Flash 影片中显示的内容量来调整叠加层的大小。另外,我希望它在用户调整内容时实时调整大小。
是否可以?
I want to have my overlay adjust in size depending on how much content is being shown in the flash movie. Also, I want it to resize in real time when the user adjusts the content.
Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然,Flash 可以使用ExternalInterface 调用Javascript 中的方法。语法非常简单,比如说在 JavaScript 中你有:
然后在 Actionscript 中你可以调用:
Sure, Flash can call methods in Javascript using ExternalInterface. The syntax is pretty simple, say in Javasacript you have:
Then in Actionscript you would call:
是的,使用ExternalInterface
在你的HTML中像这样设置你的影子框:
然后在你的ActionScript中:
Yes, use ExternalInterface
In you HTML set up your shadow box like this:
Then in your ActionScript: