Re: [Flashcoders] AS2 ComboBox only showing 2 rows when embedded in Adobe Connect

2010-05-30 Thread Hans Wichman
Hi Andrew, yes exactly. Your class will extend the already loaded classes, that why you should try to copy the sources for the superclass into the subclass. This won't make a difference when you run your content standalone, but when running it in connect, you will override the already loaded

Re: [Flashcoders] AS2 ComboBox only showing 2 rows when embedded in Adobe Connect

2010-05-29 Thread Hans Wichman
Hi Andrew, this is a wild guess, but I once had a similar issue, though it's long ago and can't quite remember. The thing was that there was a difference in the ComboBox implementation between Flash MX2004 and Flash 8 I think, although it wasn't documented. You would first have to pinpoint of

Re: [Flashcoders] AS2 ComboBox only showing 2 rows when embedded in Adobe Connect

2010-05-29 Thread Andrew Sinning
Thanks Hans. So, the problem might be that the ComboBox class that in my movie is never getting loaded because a same-named version is already present in the parent (Adobe Connect). I've seen this before. Question: If I have my own version of the ComboBox, say CB2 and it extends all the

[Flashcoders] AS2 ComboBox only showing 2 rows when embedded in Adobe Connect

2010-05-28 Thread Andrew Sinning
We've built an AS2 application that can be embedded into various LMSs, etc. Curiously, when embedded in Adobe Connect (also written in AS2), the ComboBoxes aren't rendered correctly. Rather than dropping down, the menus are displaying above the widget, even though there is plenty of room