How to put transparent swf into html/php?
        Posted  
        
            by 
                SunSky
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SunSky
        
        
        
        Published on 2013-06-29T16:15:31Z
        Indexed on 
            2013/06/29
            16:21 UTC
        
        
        Read the original article
        Hit count: 253
        
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">  
<div id="divAnima01">
<object>
<embed src="anima/anima01.swf" width="340" height="590">
<param name="wmode" value="transparent" />
</embed>
</object>
</div>  
Everything works except transparency - swf has white background.
I tried to put wmode outside embed tag - without result.
© Stack Overflow or respective owner