I've got a swf (version 7, as 2) that loads HTML formatted text (with corresponding CSS tags) from a .txt file, and everything seems to work well on Windows (so far I have tried Opera, Mozilla, Firefox, IE). But when I just tried to run it on a Linux dist (Ubuntu) all text is missing. It is just empty!
The CSS tags I used, just look similar to the one that follows:
ActionScript Code:
flashStyle.setStyle("headertext", {color: "#543314", fontFamily: "Arial,Helvetica,sans-serif", fontSize: "13px", fontWeight: "bold"});
I also tried to remove the fontFamily, but nothing seemed to happen. Does anyone have any thoughts? I found a rather similar
thread thread, but i didnt get any wiser by reading it. Is it impossible to use HTML/CSS and Linux??