Hi, I would like to add a component in my flash website which will, 1.load xml data. 2.parse it using stylesheet 3. Have a scrollbar incase xml data is a lot.
any suggestions will be helpful
Hi, I would like to add a component in my flash website which will, 1.load xml data. 2.parse it using stylesheet 3. Have a scrollbar incase xml data is a lot.
any suggestions will be helpful
Try the following:
Of course there are other ways but I'm making guesses at what you're looking to use this application for.
following on Henry's answer...
create a sprite container to hold your textfields. set a maximum display height , when the container's height exceeds the max display height , add a scrollbar.