Ok, so here’s my problem. I’ve got dynamic textfield which I need to put some html in. The html will be in the format
<a href=‘asfunction:someFunction,argument’>This is the header</a>
Now when I try to render that, it renders just fine… the problem is, I need it to have embedded fonts, or else my font won’t show up. When I embed the fonts, it immediately disappears. I’ve tried putting a bold and an italic character in the box, but it doesn’t help. When I start the movie, nothing shows in the text box. What is happening, how can I fix it?