Change bgcolor param value on mouse over?
        Posted  
        
            by mr.matthewdavis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mr.matthewdavis
        
        
        
        Published on 2010-05-21T23:49:12Z
        Indexed on 
            2010/05/21
            23:50 UTC
        
        
        Read the original article
        Hit count: 369
        
I have a .SWF email submit form. The background color is set via:
`<param name="bgcolor" value="#000000" />` 
and in the embed:
`<embed src="FILE.swf" flashvars="STUFF" quality="high" **bgcolor="#000000"** width="260" height="32" name="WidgetMailBlack" align="middle" swLiveConnect="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />`
Is it possible either on mouse over of the Object or a containing div to change those values? i.e. to #ffffff
many thanks!
© Stack Overflow or respective owner