Warning: This component is not compatible with Flash MX2004 or Flash 8.

INSTRUCTIONS

The Parameters

Click on the component instance on the stage and you will see the parameters in the property inspector.

<A HREF="asfunction:getURL,http://www.macromedia.com/"><U>Macromedia</U></A> 

for links and

<A HREF="asfunction:goFrame,framename"><U>Slides</U></A>. 

Otherwise the rules for flash MX textfields apply.

Thumbs can further be positioned using actionscript in the main frame:

Textfield

Textfield changes can be done by putting actionscript in a keyframe in the main timeline, for example:

with(componentName.textfield.message){
	background=true;
	backgroundColor=0xededed;
	border=true;
	borderColor=0x000000;
}

will create a black border for the textfield and the background color will be grey.

If you have any suggestions or problems, find bugs, let me know.