Whats up...
The boss told me that I need to create a flash movie that can handle multiple images from an outside document...
So im usinG XML so that we can easily add and subtract images from it when the client deems neccessary. Unforunately, I've never worked with XML so I'm having a hard time finding the right information.
What I have so far is this:
<pic>
<image> <caption>The Dome</caption>
</pic>
<pic>
<image> <caption>Structure</caption>
</pic>
I dont really need the caption part, but what I do need and am having a hard time finding, is a way to link this image to a different html document.
If someone can give me a hand, I'd really appreciate it!
Thanks again!
The boss told me that I need to create a flash movie that can handle multiple images from an outside document...
So im usinG XML so that we can easily add and subtract images from it when the client deems neccessary. Unforunately, I've never worked with XML so I'm having a hard time finding the right information.
What I have so far is this:
<pic>
<image> <caption>The Dome</caption>
</pic>
<pic>
<image> <caption>Structure</caption>
</pic>
I dont really need the caption part, but what I do need and am having a hard time finding, is a way to link this image to a different html document.
If someone can give me a hand, I'd really appreciate it!
Thanks again!