[EDIT]
OK nevermind, I figured it out
For the benefit of others who may actually read this thing…:
Problem 1: Can’t get the external CSS file to apply/change the XML imported text in the dynamic text field…
Solution: Be careful the order in which you’re placing things. Really easy mistake to overlook when staring at 300 lines of code. First load the text in, then load apply the CSS… doh! Just make sure your CSS stuff comes after the XML has successfully loaded.
Problem 2: Can’t get** a dynamic link (in a new window) to work amongst the XML imported text. e.g. “images/duck1.jpg”. It just seems to go to some random page… **:sigh:
Solution: I have no idea what’s going on with this still… For some weird reason when Firefox is NOT already open. Running this thing in Flash Player on a computer and clicking on the link makes it open up Firefox and load an empty page along with a tabbed page to some “911 timeline” random website. :puzzled: But if Firefox is already open it works fine… Must just be some browser bug or something… Since people viewing this thing would already have a browser open to view it I won’t worry about this… :ponder: