开发者

Facebook Flash Application background color doesn't show up

开发者 https://www.devze.com 2022-12-18 00:22 出处:网络
How to make the flash background color show up开发者_Python百科? I tried swfbgcolor doesn\'t work...Try looking at this link:

How to make the flash background color show up开发者_Python百科? I tried swfbgcolor doesn't work...


Try looking at this link :

http://wiki.developers.facebook.com/index.php/Fb:swf

In the fb:swf try this :

<fb:swf 
swfbgcolor="000000" 
imgstyle="border-width:3px; border-color:white;" 
swfsrc='http://www.youtube.com/v/xxxxxxxxxx' 
imgsrc='http://img.youtube.com/vi/xxxxxxxxxx/2.jpg' 
width='340' height='270' />

Now set the swfbgcolor with what you want in hex and your done :)

0

精彩评论

暂无评论...
验证码 换一张
取 消