Hi there,
I have a scrollpane component in my main flash file, which in turn loads an external swf into this scrollpane. This external swf reads an xml file which populates it with a list of product descriptions and corresponding images. The swf’s vertical length is dependent on how many products are in the xml file.
However, I find that in the main window, that the vertical scrollbar sometimes doesn’t appear, and then you have to go back to another link and click back on it again and the scrollbar appears.
I am guessing that this is to do with the loading of the xml file (which isn’t that big!), and before flash has the chance to load the xml file (from my external swf), my main swf already thinks that the external swf has loaded so neglects to put the scoll bar in.
Is there any way around this? Or a simpler way of doing this?
Cheers,
Media Penguin.