对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>

相关文章:

  • 2022-02-15
  • 2022-02-15
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2021-12-27
  • 2022-02-23
  • 2021-11-17
  • 2022-12-23
  • 2021-08-28
  • 2021-07-15
  • 2022-12-23
相关资源
相似解决方案