如何编写 代码?在html中由flash按钮调用?

发布于 2024-10-21 21:01:52 字数 423 浏览 2 评论 0原文

我是编程新手,正在尝试使用闪存按钮打开链接。我将 .swf 文件嵌入到 html 中,并用 a href 标签将其包围,如下所示:

<a href="http://www.yahoo.com/submit.php?url=">
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="file:///c:/users/joe/desktop/projects/oRBsun.swf" width="550" height="400">
</embed>
</object>
</a>

简单,但不起作用。那么...我该如何编写脚本来完成看似简单的任务呢?

I am new to programming and am trying to use a flash button to open a link. I embeded the .swf file in html and surround it with the a href tags as follows:

<a href="http://www.yahoo.com/submit.php?url=">
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="file:///c:/users/joe/desktop/projects/oRBsun.swf" width="550" height="400">
</embed>
</object>
</a>

Easy, but does not work. So...how would I write script for what seems like an easy task?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

下壹個目標 2024-10-28 21:01:52

您不能在 HTML 中的 swf 文件周围使用该标记。
如果您使用的是 ActionScript 2.0,则可以使用 Flash 中的 getURL() 函数。
右键单击按钮(您在 Flash 中创建),然后单击“操作”。
在这里你会找到 getURL() 函数

you can´t use the tag around a swf file in HTML.
If you are using ActionScript 2.0 you could use the getURL() function in Flash.
Right-Click on the Button (you create in Flash) then click on "Actions".
Here you will find the getURL() function

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文