Is it possible to create a text field that will show in Flex project


i trying built custom class , wonder if it's possible create text field show in flex project

for example, simple script 1 below, create text field in action script project, if want text displayed in flex project do? not sure if it's possible...

ps
i can't use compile swf file since info being pushed dynamically , want able move message on screen.

package {
import flash.display.sprite;
import flash.display.movieclip;
import flash.text.textfield;

public class text extends movieclip
{
public function text()
{
var field:textfield = new textfield();
addchild(field);
field.text = "lorem ipsum dolor sit amet, consectetuer adipiscing elit. morbi tortor purus, aliquet a, ornare ac, suscipit a, est.";

}
}
}

clarify mean "show".

if mean show flex builder design mode, etc, need ask in forum.


More discussions in Flex (Read Only)


adobe

Comments

Popular posts from this blog

Christian Home School Programs - Joomla! Forum - community, help and support

Typo in documentation

captcha in coldfusion MX