Hi All. 

I have been trying to make the accordion's background opaque / transparent. So 
it's see through.
The 'backgroundAlpha' property does not work. 

Wondering if anyone has any tips here?

Using Flash Builder 4, project is an AIR application using 'Wireframe' theme.


Code:

<mx:Accordion 
        backgroundAlpha="0.0"
        width="200" right="0" top="0" bottom="0"
        creationComplete="initAc()" 
        id="testAc">

        <s:NavigatorContent label="Accordion Pane 1" width="100%" height="100%" 
backgroundAlpha=".25" >
        </s:NavigatorContent>
        
</mx:Accordion>


Regards


Karim Beyrouti

Reply via email to