如何在html中将Flash的属性设置为透明模式? [英] How to set the Property of Flash to Transparent mode in html?

查看:360
本文介绍了如何在html中将Flash的属性设置为透明模式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我在我的Html网站上嵌入了一个闪存,因为

Hi I have embedded a flash on my Html Site as

<!-- embedding SWF -->
    <script type="text/javascript" src="Flash/swfobject.js"></script>
    <script type="text/javascript" src="Flash/swffit.js"></script>
    <script type="text/javascript">
        var flashvars = {};
        flashvars.xml_file = "flashmo_278_item_list_2.xml";
        var params = {};
        params.allowfullscreen = false;
       
        var attributes = {};
        attributes.id = "flashmo_template";
        attributes.name = "flashmo_template";
        swfobject.embedSWF("flashmo_278_dynamic_intro.swf", "flashmo_template", "532", "100", "9.0.0", false , flashvars, params, attributes);
        
    </script>



并将Flash设置为


And setting the Flash in body as

<body>
<div id="flashmo_template"></div>
</body>



我在页面加载时使用ColorBox注册表单。叠加层隐藏了页面的所有其他Html组件,但FLASH在Overlay上保持浮动。我用Google搜索并找到解决方案将FLAASH的WMODE属性设置为TRANSPARENT。

但是我无法理解如何设置FLASH的WMODE属性。如何设置FLASH的属性请协助。谢谢


I am using ColorBox Signup form on Page Load. The overlay is hiding all the other Html components of the Page ,but the FLASH keeps floating over the Overlay. I googled and found the Solution to set the WMODE property of the FLAASH to TRANSPARENT.
But I am Unable to Understand How to Set the WMODE property of the FLASH. How I can set the Property of FLASH please assist. Thanks

推荐答案

这篇关于如何在html中将Flash的属性设置为透明模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆