actionscript 3 - How insert a custom shape in imported external dynamic text in flash -


is possible insert arrow or in imported external text in flash. this:

enter image description here

with

var textfield:textfield = new textfield(); textfield.htmltext = "<img src='../image.gif'>" + externaltext; 

you can embed custom images in textfield.

see adobe documentation more.


another way use special characters. in windows: open character map clicking start button, clicking programs, clicking accessories, clicking system tools, , clicking character map. copy-paste special characters code:

textfield.htmltext = "► " + externaltext + "♫♪♫"; 

Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -