Question
embedded fonts, tabs and
I have an XML file thats being pulled into Flash and having
the HTML text displayed. I load in a css file and set all my text
fields to the css style sheet.
to get anything with a "tab" to work, I would replace all tabs with a ~t in the XML file and then do a replace in flash with " " for every instance of ~t it found...
this worked, until I told the text field to embed the fonts..
now it won't work, I can't get anything more than one space, no tabs, nothing.
I even created a class in the css file that had a padding of 300px and told all ~t to have a <span class='tabs'></span> but it didn't do anything (put it to 300 to see if the effect worked, and tried padding-left first..)
so is there ANY way to get more than one space after embedding fonts and using htmlText on a textfield?
to get anything with a "tab" to work, I would replace all tabs with a ~t in the XML file and then do a replace in flash with " " for every instance of ~t it found...
this worked, until I told the text field to embed the fonts..
now it won't work, I can't get anything more than one space, no tabs, nothing.
I even created a class in the css file that had a padding of 300px and told all ~t to have a <span class='tabs'></span> but it didn't do anything (put it to 300 to see if the effect worked, and tried padding-left first..)
so is there ANY way to get more than one space after embedding fonts and using htmlText on a textfield?
