I have downloaded a template from templatemonster.com. And there is a xml gallery for images. I want to use my movie in swf instead of one single image from slide show. Is it possible ?
Here is the xml file code :
<?xml version=“1.0” encoding=“ISO-8859-1”?>
<root>
<SplashGallery name=“Splash_gallery”>
<titleImages>
<bigImages>37235_pics_big_images_1.png</bigImages> </titleImages>
<titleImages> <bigImages>37235_pics_big_images_2.png</bigImages>
</titleImages>
<titleImages> <bigImages>37235_pics_big_images_3.png</bigImages>
</titleImages>
</SplashGallery>
</root>
Now I want to add a swf to replace one of the above image that will show up in the slide show. Is it possible ?