# Image XML script

**URL:** https://forum.kirupa.com/t/image-xml-script/59208
**Category:** programming
**Created:** [July 29, 2004, 8:03am UTC](https://forum.kirupa.com/t/image-xml-script/59208 "2004-07-29T08:03:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Techno\_Island](https://avatars.discourse-cdn.com/v4/letter/t/47e85d/32.png) [@Techno\_Island](https://forum.kirupa.com/u/Techno_Island)
#### Post date: [July 29, 2004, 8:03am UTC](https://forum.kirupa.com/t/image-xml-script/59208/1 "2004-07-29T08:03:56Z")

</div>

I made an xml driven image page via the example of [http://www.flashcomponents.net](http://www.flashcomponents.net)  
but the file does not work. It’s already on the net so please take a look at  
[http://www.da-milio.nl](http://www.da-milio.nl) and then pictures.

The XML file:  
\<?xml version=“1.0”?\>  
\<images directory=“[http://www.da-milio.nl/fotos/](http://www.da-milio.nl/fotos/)”\>  
\<imageNode jpegURL=“pic1.jpg” thumbURL=“pic1.jpg” title=“Image 50”\>picturename\</imageNode\>  
\</images\>

and the actionscript on the swf. In the frame:

fscommand(“allowscale”, 0);  
function setGlobalStyleFormat(){  
globalStyleFormat.face = 0x999999;  
// globalStyleFormat.background = 0xffffff;  
globalStyleFormat.arrow = 0x999999;  
globalStyleFormat.darkshadow = 0x333333;  
globalStyleFormat.shadow = 0x666666;  
globalStyleFormat.highlight = 0xCCCCCC;  
globalStyleFormat.highlight3D = 0xFFFFFF;  
globalStyleFormat.scrollTrack = 0xFFFFFF;  
globalStyleFormat.selection = 0x00CC00;  
globalStyleFormat.textSelected = 0x000000;  
globalStyleFormat.textColor = 0x006699;  
globalStyleFormat.textFont = “Arial”;  
globalStyleFormat.textSize = 12;  
globalStyleFormat.applyChanges();  
}  
setGlobalStyleFormat();  
myGallery.setTnTitleStyle(‘Ekwador Poland’);  
[//myGallery.setLabelHeight](https://myGallery.setLabelHeight)(70);  
stop();

The movie just does not show the images as you can see on the da-milio website.  
Can someone help me out with it?

Thanx  
Jos Koomen  
[http://www.milkandcookiefactory.com](http://www.milkandcookiefactory.com)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 29, 2004, 8:07am UTC](https://forum.kirupa.com/t/image-xml-script/59208/2 "2004-07-29T08:07:51Z")

</div>

```auto
 <?xml version="1.0" ?> 
- <images directory="http://www.da-milio.nl/fotos/"> <imageNode jpegURL="picture1.jpg" thumbURL="picture1.jpg" title="Image 0">image name</imageNode> </images>

```

\</IMAGES\>
