Code:
_root.slider1.setContent("tl","lookupResult");
_root.setSplitterBarPosition(190);
I use this code to attach a movie to a splitView Component. It works find except if you click and drag the pane the movie is acting like it has an onDrag function. Has anyone else had this problem and if so could you point me in the right direction on how to fix it. Maybe it is just me.