Thanks Aasim. I've tryed that but it does not help. This is what's
happening:
The following content is inside the accordion...
<mx:VBox label="PANEL" width="100%" height="100%"
backgroundColor="0xCCCCCC">
<mx:Canvas width="100%" height="100%"
backgroundColor="0x0000FF">
<mx:SWFLoader source="swfs/panel1.swf"/>
</mx:Canvas>
</mx:VBox>
<mx:VBox label="PANEL" width="100%" height="100%"
backgroundColor="0xCCCCCC">
<!--<mx:SWFLoader source="swfs/panel2.swf"
scaleContent="false"/>-->
</mx:VBox>
<mx:VBox label="PANEL" width="100%" height="100%"
backgroundColor="0xCCCCCC">
<!--<mx:SWFLoader source="swfs/panel3.swf"
scaleContent="false"/>-->
</mx:VBox>
If I dont place anything in any of the Vboxes, when I open the accordion, I
can see the 0xCCCCCC background of the panel. On the other hand, if I use
the SWFLoader seen above, the behaviour changes: When I open any panel, tha
background is transparent (I see whats behind, which I dont want to) and
when the animation ends the background and the SWFLoader show up
spontaneously.
Thanks for anyone for taking the time to help.
On Wed, Sep 24, 2008 at 8:17 PM, Aasim <[EMAIL PROTECTED]> wrote:
>
> Try setting creationPolicy="all" on the accordion component
>
> HTH
> -Aasim
>
> On Sep 25, 1:38 am, Li <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > This is my first post here. Looks like an active comunity, I hope
> > somebody can help!!
> >
> > I've got an accordion. Inside each content pane there is embedded
> > content, that is, content that doesnt take time to load. However, the
> > content within each pane builds only when the panel is completely
> > open. I want to change this behaviour so that the content is already
> > showing while the panel is opening. Is this possible?
> >
> > I also observe a similar behaviour on ViewStacks, its probably
> > related.
> >
> > Thanks a lot!
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---