You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

add background color to flash Created Jun 10, 2010

This thread is solved

Views: 2624     Replies: 8     Last reply Dec 31, 2011  
You must login first before you can use this feature

xordox

Posts: 1

Registered:
Jun 10, 2010

add background color to flash

Posted: Jun 10, 2010

Hi, sorry for noob question.
How I can add background color?
It was:
<script type="text/javascript">
var so = new SWFObject("/flash/yes_HD_TV4.swf", "", "330", "330", "8", "#2d2d2d");
so.addParam("scale", "noscale");
so.addParam("menu", "false");
so.write("flashcontent");
</script>

after tool box:
<div id="hdtvsh"></div>
<script>
flashembed("hdtvsh", "/flash/yes_HD_TV4.swf" );
</script>
Please help me to add background color for the flash.
Thanks

hailuong

Posts: 1

Registered:
Sep 26, 2010

» add background color to flash

Posted: Sep 26, 2010

Reply to: add background color to flash, from xordox
Could you please try to add the below property in css of you flash?

wmode="transparent"

hope to help you.