How to use transparent background
Posted: 23 Apr 2009, 04:06
Hi All,
I tried to use no bgcolor, no background image in order to have a transparent background, but no way. I always have a solid background color. I searched everywhere in forums but can't found a working solution. Could you help me ?
My code :
I tried to use no bgcolor, no background image in order to have a transparent background, but no way. I always have a solid background color. I searched everywhere in forums but can't found a working solution. Could you help me ?
My code :
Code
<script type="text/javascript">
var flashVars = {
globalpath : '[(site_url)]assets/images/portfolio/',
wmode: 'transparent'
};
swfobject.embedSWF("assets/images/portfolio/imagevue/imagevue2.swf", "imagevue", "773px", "700px", "8.0.0", "assets/portfolio/imagevue/expressInstall.swf", flashVars, {allowScriptAccess: 'always', allowFullScreen: true, wmode : 'transparent' }, {id: 'imagevue', name: 'imagevue'});
</script>