对flash是一知半解,刚出现的时候,学过一段时间,后来没有继续。
最近遇到一个小问题,页面里面加载的flash背景是黑色的,和页面很不协调,首先想着的就是反编译,改背景。但后来在网上找到了,别一种简单的方法,记录一下。
加上wmode="transparent" ,整个格式如下:
<embed src="imageshow.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="970" height="347" wmode="transparent"></embed>