| 1. |
How Can You Show A Jpg Image In Dynamic Text Field? |
|
Answer» Using HTML Tags in HTML enabled text field you can LOAD image in that. Make a DYNAMIC Text Field on STAGE and give it instance name "txt", On frame paste the following CODE and test your flash. Code: txt.htmlText ="<img src='http://www.globalguideline.com/images/ggl.gif' width='139' height='139'> This image is under Dynamic text field of flash " Using HTML Tags in HTML enabled text field you can load image in that. Make a Dynamic Text Field on Stage and give it instance name "txt", On frame paste the following code and test your flash. Code: txt.htmlText ="<img src='http://www.globalguideline.com/images/ggl.gif' width='139' height='139'> This image is under Dynamic text field of flash " |
|