PDA

View Full Version : flash scrollpane component


jongreet
04-03-2007, 05:43 PM
Hi

I've got a pano with a few hotspots. Clicking hotspots sets the visibity for other static non-button mode swfs to 1. In these swfs I'm using a scrollpane componet that calls in text via the contentPath parameter to populate the pane. On my prototype it all worked fine, but now I've several Scrollpanes (only one visible at once) only the last spot in my xml file calls in the text. The others are empty. Any Ideas? I'm on Flash 8

Denis
04-04-2007, 07:05 PM
Hard to understand, but there is a knowing bug with Macromedia components: they are using global classes and can fail if you are load several instances as a different swfs. Adobe recommends to use new Flex componets in this case. Also you can put all your panes inside a single swf and change visibility against the panoName parameter (see localConnection example).