HTML 中的目标如何在 Adobe Flash Player 中打开
在这里,我正在为使用 Flash 动画的演示文稿创建 HTML 菜单页。我正在使用这段代码:
<a href="url" target="_blank></a>
现在,正如您所见, target="_blank" 打开一个新的 Internet Explorer 窗口。我想要做的是将演示文稿打开到 SWF 窗口。这可能吗?
Here I was creating an HTML menupage for a presentation that uses flash animations. I am using this code:
<a href="url" target="_blank></a>
Now as you seem the target="_blank" opens a new Internet explorer window. What I want to do is to open my presentations into a SWF window. Is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有目标 SWF 的支持,则无法完成此操作。一种可能性是:
This can't be done without support of target SWF. One possibility is: