PDA

View Full Version : New to xml and need help with small problem


Alasandro
02-12-2010, 01:08 AM
I am working on a small flip book in AS2. The pages where created in flash (AS2) and includes pictures that are loaded via an xml file. The page loads just fine but the xml content does not load. Is there any way to extend the page command to include loading the xml content?

Here is the page command:

<page src="pages/123/page037.swf"/>

It seems to me that I should be able to extend this command to include the content of the xml file. But what do I know.

I would like to load the page then load the content via the second xml file.

Is this possible?