主题:  在FLASH中怎样制作透明背景

li887180

职务:普通成员
等级:1
金币:0.0
发贴:7
#12002/3/10 19:47:31
有时见到一些网站会出现些透明背景的FLASH动画,请问这这怎样制作的?Text



hForever

职务:普通成员
等级:2
金币:1.0
发贴:335
#22002/3/10 20:17:25
Add a property named "wmode" and set it's value "transparent" when you flash work been published.

When you open the Publish Setting dialog in flash, in the html tab-pagers, notise there is a drop-down listbox item named "transparent", select it, publish you work, and then learn the html code in the html file you published, you can find the wmode property and it's transparent value. That's you wanted, enjoy it!!!



肤浅对白

职务:普通成员
等级:1
金币:1.0
发贴:163
#32002/3/10 21:00:31
麻烦给个例子吧 就是原文件
你那方法我一个月前就用过
但根本没有用啊1!



自在

职务:普通成员
等级:1
金币:0.0
发贴:89
#42002/3/11 0:26:59



hForever

职务:普通成员
等级:2
金币:1.0
发贴:335
#52002/3/11 10:40:02
Look This, and just view it's resource:


页面:点这儿参观

编辑历史:[这消息被hForever编辑过(编辑时间2002-03-11 10:40:34)]


杏儿

职务:普通成员
等级:1
金币:0.0
发贴:56
#62002/3/11 10:48:22
如果你是在dreamweaver中插入的,你可以这样来实现:在parameters中设置parameter为wmode,value为transparence即可.



li887180

职务:普通成员
等级:1
金币:0.0
发贴:7
#72002/3/13 21:08:47
多谢你的回复





hForever在上个帖子中说
引用:
Add a property named "wmode" and set it's value "transparent" when you flash work been published.

When you open the Publish Setting dialog in flash, in the html tab-pagers, notise there is a drop-down listbox item named "transparent", select it, publish you work, and then learn the html code in the html file you published, you can find the wmode property and it's transparent value. That's you wanted, enjoy it!!!