I have created a movie clip which contains 3 dynamic text fields (title, body, date). Together this group of fields represents one item of content. These fields are populated from an XML file which results in multiple items of content. This is accomplished by iterating through the XML and for each node uses the attachMovie function to stick another instance of the clip on the stage for each group of content. Note that the body text fields are dynamically sized to fit the length of the content.
The problem is the overall height of the clip is larger than the stage, as a result I am attempting to create a scrolling mechanism without luck. I have tried using the scrollpane comp. in MX and tried to do some masking but regardless of which method I try the movieClip is displayed with out respecting the bounds of the pane/mask and is not controllable by the scroll buttons.
Does someone have an idea on how to do this? If so your help would be appreciated.
The problem is the overall height of the clip is larger than the stage, as a result I am attempting to create a scrolling mechanism without luck. I have tried using the scrollpane comp. in MX and tried to do some masking but regardless of which method I try the movieClip is displayed with out respecting the bounds of the pane/mask and is not controllable by the scroll buttons.
Does someone have an idea on how to do this? If so your help would be appreciated.