Hi,
I am creating a product demo in Flash, I have many areas of the product to display, so my movie layout is thus:
- An intro scene into the main product
- A second scene that shows a menu ( from where the user can pick up the component he is most interested in)
- The actual component itself
I first thought of using the list component(flash) and a loader component. But my flash is not professional, so I don’t have all the components available. Not only that, I am not able to get the selectedIndex label of what the user clicked (using the list component), and I am unable to load an swf through the loader.
What I want here is :
Once the user selects a name in the list component view, the corresponding swf or image should load through the loader, this does not happen.
So i thought of plan B, where I have all the different scenes in one single movie. This is is working, but now my question is preloading the content. How do I do this ?, I should have a way to preload the different scenes…
Any help is appreciated…
TIA!