ScrollPane and ComboBox

Has anyone tried ComboBox inside a ScrollPane component?

In 1 movie (A), my ScrollPane contentPath is to a movie (.swf) (B) that contains a ComboBox component. I tried to test (A) but the ComboBox doesn’t allow me to select any values.

Testing only movie (B) I am able to select values. Has anyone experienced this before? One possible explanation is that the ScrollPane is blocking the list from being shown (ScrollPane is above the ComboBox list).