Adding xml to a flash eff pattern

Posted by johnnyc333 
Adding xml to a flash eff pattern
May 05, 2009 08:09PM
I'm new to FlashEff and I have no idea how to integrate a flasheff movie with an xml script that will rotate images. Please take a look at this SWF: [www.discretedata.com].

What I'm looking for is to have the images in each movie clip change every cycle. Let's say 4 images for each of the 3 movie clips. The menu tab in the FlashEff panel has options for adding XML, so I'm assuming that's how it would be done. Since I'm not very experienced with XML either, I need to know what the xml would look like (anything like the simple one below?), and how it would referenced in the flash movie and in the flaheff panel, and what action script would be necessary.

Thanks!
John

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>img1.jpg</image>
</pic>
<pic>
<image>img2.jpg</image>
</pic>
<pic>
<image>img3.jpg</image>
</pic>
<pic>
<image>img4.jpg</image>
</pic>
<pic>
<image>img5.jpg</image>
</pic>
</images>
Attachments:
open | download - AutoPartsTest2.fla (1.34 MB)
Sorry, you do not have permission to post/reply in this forum.