# Dynamic Image Scroller & Content - XML vs MySql vs Both?

**URL:** https://forum.kirupa.com/t/dynamic-image-scroller-content-xml-vs-mysql-vs-both/174382
**Category:** programming
**Created:** [January 5, 2006, 8:29am UTC](https://forum.kirupa.com/t/dynamic-image-scroller-content-xml-vs-mysql-vs-both/174382 "2006-01-05T08:29:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![s\_newave](https://avatars.discourse-cdn.com/v4/letter/s/ed8c4c/32.png) [@s\_newave](https://forum.kirupa.com/u/s_newave)
#### Post date: [January 5, 2006, 8:29am UTC](https://forum.kirupa.com/t/dynamic-image-scroller-content-xml-vs-mysql-vs-both/174382/1 "2006-01-05T08:29:59Z")

</div>

Hi,

I am getting to the last and hardest part of setting up my new flash site and need a little design advice. The last piece of functionality i want to add is a flashnav type vertical scroller which naturally displays a bunch of thumbnail images (its a real estate site so each thumbnail would represent an apt). When one of those images is clicked i would then like to load a swf into my main content area which contains a large image of the thumbnail clicked and other thumbnails and dynamic content relating to that apt such as a description as well as various other items like beds,baths,price etc. Finally my question is what do you think is the best way of going about this. Should i use an xml file which contains all the fields i would need for an apt (could be as much as 8 images, desc, and 5-6 other simple text fields per apt with 10-20 apts)? Should i store all this info in a mysql db and then use php to pull it into flash? Or perhaps a combintation of the two?

Im looking for the solution that is easiest to create and add/maintain. :}

Thanks in advance
