Adams

Flash Applications

Flash Interface Design

Flash Website Design

Flash Game Design

Flash Mobile Device Design

 

Below is a simple XML document we use to control image, video and title content.

Edit this document in NotePad or SimpleText and save it in a UTF-8 format, then upload the xml and multimedia files to the server.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Comment: Edit only between quotation marks, add and delete whole lines-->
<store>
<photos>
<clip image="pic1.jpg" dirPath="images/">1</clip>
<clip image="pic2.jpg" dirPath="images/">2</clip>
<clip image="pic3.jpg" dirPath="images/">3</clip>
</photos>
<video>
<dvd movie="catwoman.flv" dirPath="video/">1</dvd>
<dvd movie="batman.flv" dirPath="video/">2</dvd>
<dvd movie="spiderman.flv" dirPath="video/">3</dvd>
</video>
<product>
<item description="Catwoman DVD">1</item>
<item description="Batman DVD">2</item>
<item description="Spiderman DVD">3</item>
</product>
</store>

 

The items above list in a dynamic menu system in Flash and will add and delete menu items as per your xml file. Paths to media files are also included allowing clients to add and remove server directories as they require.

Copyright © Adams Design 2006 | Privacy Statement | Trading Terms | Disclaimer | Adobe Flash |