如何在横幅旋转器代码中调整 Flash 文件的大小?

发布于 2024-10-20 14:57:42 字数 485 浏览 0 评论 0原文

在代码部分,我想将其大小更改为 468 x 60

param value="clickTAG=http://www.hotel-lefortovo.ru&externalImage=http://adv.citycatalogue.ru/banners/634157464649540000.swf" name="FlashVars"

我知道可以使用:

embed src="http://adv.citycatalogue.ru/banners/634157464649540000.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468"
height="60"

但是可以在参数中执行此操作吗? 编辑:格式化代码

In the part of the code I would like to change the size of this to 468 x 60

param value="clickTAG=http://www.hotel-lefortovo.ru&externalImage=http://adv.citycatalogue.ru/banners/634157464649540000.swf" name="FlashVars"

I know it is possible with :

embed src="http://adv.citycatalogue.ru/banners/634157464649540000.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468"
height="60"

But is it possible to do it in a param?
Edit : format code

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

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

发布评论

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

评论(1

别闹i 2024-10-27 14:57:42

不可以,无法在参数中设置嵌入 SWF 的大小。参数用于向 Flash 发送信息。由 HTML 来设置嵌入的 SWF 的大小,并且必须在嵌入(或对象)标记中执行此操作。

此外,您在嵌入标记中使用了非常旧的链接。 Macromedia 甚至已经不存在了。当然,该链接仍然有效,但您应该使用以下链接: http://get.adobe.com/ flashplayer/

No it is not possible to set the size of an embedded SWF in a param. Params are used to send information to Flash. It is up to the HTML to set the size of the SWF being embedded, and it must do this in the embed (or object) tag.

Also, you are using a really old link in your embed markup. Macromedia doesn't even exist anymore. Sure, that link will still work, but you should use this one instead: http://get.adobe.com/flashplayer/.

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