# Dynamic html text

**URL:** https://forum.kirupa.com/t/dynamic-html-text/170229
**Category:** Uncategorized
**Created:** [November 23, 2005, 10:04pm UTC](https://forum.kirupa.com/t/dynamic-html-text/170229 "2005-11-23T22:04:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Nikini](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/nikini/32/225_2.png) [@Nikini](https://forum.kirupa.com/u/Nikini)
#### Post date: [November 23, 2005, 10:04pm UTC](https://forum.kirupa.com/t/dynamic-html-text/170229/1 "2005-11-23T22:04:51Z")

</div>

How do i make a dynamic text bold out of actionscript. I tried

```auto
dyntxt.html=true;
dyntxt.htmlText="<b>BOLD TEXT</b> HERE";

```

dyntxt is the name of the dynamic text object. It works. But, I needed to do some things with alpha on it and therefore embeded the text (ALL). Now, the bold text isn’t shown at all. I even said the command

```auto
System.useCodePage=true;

```

but still nothing. Anyhone please help me…  
thanks in advance…😃
