I�m not big on scripting in flash at all�. You want animation? No problem
heh. I�m trying to learn a little more about dynamic flash apps so I decided
to try and make an image gallery.

I�m using CF to build an xml file from a database full of all the needed
info.

Tbl_Images

ImageID

Fname

Lname

ImageFile



The xml I�ve got coming out of this is like so�

<?xml version="1.0" encoding="utf-8"?>

<records>

            <person id="1">

                        <fname>John</fname>

                        <lname>Doe</lname>

                        <imagefile>johndoe.jpg</imagefile>

            </person>

            <person id="2">

                        <fname>Jane</fname>

                        <lname>Doe</lname>

                        <imagefile>janedoe.jpg</imagefile>

            </person>

            <person id="3">

                        <fname>Jojo</fname>

                        <lname>The Clown</lname>

                        <imagefile>jojo.jpg</imagefile>

            </person>

</records>



I�ve seen a lot of tutorials and haven�t been able to get this to work from
any of them�

Right now, I�d be happy just to see the images show up in my flash movie at
all but I wanted thumbs of the image, that when clicked on changed the large
image.

Has anyone got any basic junk like this I could look at or know of a simple
way to accomplish it?

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.745 / Virus Database: 497 - Release Date: 8/27/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.745 / Virus Database: 497 - Release Date: 8/27/2004
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to