Download
for Windows OS
  Download
for Mac OS
  More Demos

How can I add new images in creating flash banner?

Q: I had to rebuild my 3D Flash gallery. However, I cannot get it to display the new images.

I see them locally but not on the server. The new images are in data/images1/ folder, but they are not being recognized. I uploaded the new index.html page and everything in the engine directory.
Can you help me, please?

A: If you want to add new images, you should upload them into data/images1/ folder and add to "cu3oxXML1.xml" file (you can open it in any text editor). For example:

<Image Filename="new_image.jpg">
<Settings>
<goLink></goLink>
<rDirection>down</rDirection>
<segments>7</segments>
</Settings>
<Text>
<headline>Title of image</headline>
<paragraph>Description of image</paragraph>
</Text>
</Image>

Recent Questions »

Comments

No comments

Related