|
-
Flash Incompetent
tab/indent?
sorry for the abundance of questions recently but i am having another small problem with my dynamic text that loads html. I can seem to make a tab/indent i think the proper html is something like or something but it seems that flash wont load that or any other text that starts with "&"... how do i get a tab/indent?
-
Who, What, Why ... ?
The HTML for a tab / indent is :
PHP Code:
<blockquote>Your text here</blockquote>
You can pile the indents up if you want to, but just remeber that you need to close off each HTML tag. So if you open 8 blockquotes, you need to close 8 blockquotes.
Regards,
-
Flash Incompetent
blockquote doesn't seem to register with flash's dynamic html textbox...
-
Who, What, Why ... ?
In the actions panel on the frame that your textField first appears, place the following code:
code: format = new TextFormat();
format.indent = 10;
textBox.setTextFormat(format);
**Where textBox is the name of your errr, text box :P
Regards,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|