Thank you. What you have given me will be of value in the future but at the
moment I am forced to publish for Flash player 5, is this information
applicble in my present situation? If not believe me what you have made me
aware of will come in handy in the future. Again thank you.
[quoted text, click to view] "adireddy" <adireddy.mora@softprosys.com> wrote in message
news:bhpqi1$l6s$1@forums.macromedia.com...
> You can use autosize property of textfield for better results of your
case...
> textField.autosize = "center";
>
> If you create a text field during runtime... the default text size will be
12
>
> _root.createTextField (instanceName, depth, x, y, width, height)
> 'instanceName' A string that identifies the instance name of the new text
field.
> 'depth' A positive integer that specifies the depth of the new text field.
> 'x' An integer that specifies the x coordinate of the new text field.
> 'y' An integer that specifies the y coordinate of the new text field.
> 'width' A positive integer that specifies the width of the new text field.
> 'height' A positive integer that specifies the height of the new text
field.
>
> The default properties of a text field are as follows:
>
> type = "dynamic"
> border = false
> background = false
> password = false
> multiline = false
> html = false
> embedFonts = false
> variable = null
> maxChars = null
>
>
> A text field created with createTextField receives the following default
TextFormat object:
>
> font = "Times New Roman"
> size = 12
> textColor = 0x000000
> bold = false
> italic = false
> underline = false
> url = ""
> target = ""
> align = "left"
> leftMargin = 0
> rightMargin = 0
> indent = 0
> leading = 0
> bullet = false
>
>
>
>
>
> Regards
> Adi (Certified Macromedia Flash MX Developer)
> adireddy.mora@softprosys.com
> ADI INTERACTIVE