09-30-2012, 06:42 PM
|
#9 (permalink)
|
|
The Visitor
Join Date: Sep 2012
Posts: 1
Thanks: 0
|
Need some help, if possible.
i have some data from the DB and need to output it into an new xml doc like this
Code:
<thumbnails>
<thumbnail filename="flashmo_084_intro.jpg" url="http://www.flashmo.com/preview/flashmo_084_intro" target="_blank"
title="Item Six Title"
description="Fusce vulputate tellus ac felis. Praesent mauris. Quisque gravida faucibus ligula. Aliquam magna. Phasellus id felis. " />
</thumbnails>
where filename, url, target, title, and description come as data from the DB
any idea, the output has to be identical, since it goes to an flash, and i´ve no idea, how to modify Action script
|
|
|
|