You need a manifest file that contains the list of files. Load that file first and go from there.
yes, that much I had already figured out, thank you. I'm stumped as to how
that file should look and how it would call the linked files... I've tried
setting the "Render Text as HTML" filter but it doesn't seem to work. For
example, whenever I use [B] and [/B] to make text bold, the text just
disappears. The same thing happens if I try using the <a
href="whateverdomain.com"> and </a> tags.
I have been unsuccessful determining why the text disappears at run time when
the HTML tags are used.
Any additional help would be appreciated.
HevvyRevvy
MotionMaker - 23 Apr 2007 21:08 GMT
If you are using XML to load data, then use the CDATA to wrap the html text.
If you are using LoadVars to load data, be sure you do not have any & in the
text content. If you do convert to hex.
Flash should show HTML if you have the
http://livedocs.macromedia.com/flash/8/main/00002751.htmll property set to true
which is also done in IDE with "Render Text as HTML". But you must use the
http://livedocs.macromedia.com/flash/8/main/00002752.html property to set the
text.
Finally malformed HTML in Flash TextFields generally dies like you describe.
mcommini - 24 Apr 2007 10:29 GMT
Thank you for the information. I think part of the problem is that I was using
code designed for Flash 5. I upgraded from Flash 8 Professional to Flash 9
(Web Premium CS3) yesterday and am in the process of redesigning the Flash
project. Hopefully, if my eyes don't go all buggy, I'll be able to get the
ActionScript working by this afternoon (busy schedule).
I'll keep you all up to date, thank you! :)