PDA

View Full Version : 2 drop down menu doesnt work together?


oksoft
06-29-2007, 05:41 AM
Hi Denis,

I need to put 2 drop down menu showing different panos inside on pano with the controller.fla file you provided.However,the 2nd drop down menu doesnt show the currently selected item at all though the items are listed when click on the drop down arrow.You can have a look at my code below.


<spot id="control2" static="1" salign="RT" align="RT" staticX="-5" staticY="5" url="images/controller2.swf" />

<spot id="control1" static="1" salign="LT" align="LT" staticX="-5" staticY="5" url="images/controller.swf" />


Do you have any idea how to make the 2 drop down menus work together?

Thanks

Denis
07-07-2007, 02:48 PM
Yes. Controller is using some global Adobe AS2 classes. They fail to work together. Also they hangs Adobe Flash player on runtime unload. :)

If you need to use some of these functionalities, make your own controller, use AS3 classes and Flash CS3 components.