Hello!
I have this flash movie which is loading an external xml file rendered as HTML. So, I’m using CDATA in order to use some html tagas lke <b> and <img>.
What I’m trying to do is to preload with an animated “Loading” the images that I have in the XML. The xml is something like this:
<newsblock>
<news date='13 de Agosto de 2006'><![CDATA[<b>Working with Flash documents overview.</b> <br /><img src="logo.jpg" />When you create and save Macromedia Flash MX 2004 and Macromedia Flash MX Professional 2004 documents within the Flash authoring environment, the documents are in FLA file format.]]></news>
</newsblock>
Is this possible by any chance?
Thanks in advance