flash 调用 脚本

tech2024-05-21  83

flash 调用 脚本

The background of a Flash movie can be set to display as transparent.

可以将Flash电影的背景设置为透明显示。

The swf file on the left is not transparent. The swf file on right is set to transparent. This script works only in IE 3.0 and above. It does not work in Netscape.

左侧的swf文件不透明。 右侧的swf文件设置为transparent 。 该脚本仅在IE 3.0及更高版本中有效。 它在Netscape中不起作用。

Transparency allows the background color or image of the HTML page that contains the Flash movie to show through.

透明度允许显示包含Flash电影HTML页面的背景色或图像。

To make a transparent movie is very simple. Just add the wmode attribute and set it to transparent, as below.

制作透明电影非常简单。 只需添加wmode属性并将其设置为transparent ,如下所示。

<EMBED src=transparent.swf width=120 height=30 type="text/html; charset=iso-8859-1" bgcolor="#000000" wmode="transparent"   quality="high"> </EMBED>

Download the sample files here.

在此处下载示例文件 。

Simple!

简单!

翻译自: https://www.sitepoint.com/transparent-flash-movie/

flash 调用 脚本

最新回复(0)