Adding Caption to Components

Author: Digicrafts Last Update: 08/04/2008

1. Add caption text in xml

 For custom xml
 
<items id = "items">
 
<item path = "menu/icon_1.png" width = "128" height = "128" type = "bitmapfile">
<title>Item Title</title>
<description>Item description</description>
<link>URL_TO_YOUR_FILE</link>
<linktarget>_BLANK</linktarget>
</item>
 
For PhotoShop xml
 
<image
path = "1.jpg"
width = "350"
height = "350"
thumbpath = "1.jpg"
thumbwidth = "200"
thumbheight = "200">
<meta name = "title"><![CDATA[Item Title]]></meta>
<meta name = "link"><![CDATA[http://www.abc.com]]></meta>
<meta name = "linktarget"><![CDATA[_BLANK]]></meta>
</image>

 

2. Create the caption textbox

Create a dynamic textbox in the flash document. Customize the font and type the movie name. In this sample, we use 'caption'.

 

 

3. Setup component inspector

Select the FotoTILE CS movie and choose the interactive tab.

 

 

In Caption, type the instance name of the caption we created before.