Flash Version 8

Hi,

I am loading text via an XML file into the text area component. I wanted to adjust the margins.

This is the code I used to make the Background transparent

Code:
_global.styles.TextArea.setStyle("backgroundColor","false");
On the help docs it says margin left and right are support, I am not sure how to code that line

Any help would be great

Ponyack