d-woo
05-26-2006, 11:04 PM
I have dynamic text which is coming from a text file.
When the text is input on the _root it displays.
When I use the same action script in a movie the text does not display when I preview it unless I embed the fonts. I can, however, see the text when I do Control>>Test Scene, just not with File>>Publish Preview>>HTML.
What made me decide to embed the fonts (file size went from 100K to 300K) was that my scroll bar was correctly appearing small, indicating that it knew that there was a lot of text to scroll. It saw the text, but did not display it in the browser.
Background Info
-----------------
I am using Flash 8 Pro.
The text is Verdana 11 pt.
The actionscript is
this.loadVariables("bio.txt");
When the text is input on the _root it displays.
When I use the same action script in a movie the text does not display when I preview it unless I embed the fonts. I can, however, see the text when I do Control>>Test Scene, just not with File>>Publish Preview>>HTML.
What made me decide to embed the fonts (file size went from 100K to 300K) was that my scroll bar was correctly appearing small, indicating that it knew that there was a lot of text to scroll. It saw the text, but did not display it in the browser.
Background Info
-----------------
I am using Flash 8 Pro.
The text is Verdana 11 pt.
The actionscript is
this.loadVariables("bio.txt");