Sample 5 - Use of HTML

This example shows the use of HTML for formatting text fields. Note that only a subset of all HTML tags are available for use inside text fields. Control and appearance of the Gallery are effected entirely via the XML file 3dgalleryv2.xml (Help File).

If the links do not work when accessing this sample from your local hard disk, a Flash security setting may be the reason, because connections from local Flash animations to the Internet must be approved by you explicitly. To remedy this issue, open the Flash Player Settings Manager:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html
and choose the "Global Security Settings Panel", "Edit Locations", then enter the local disk directory where the animation is stored.




Settings in 3dgalleryv2.xml:"true"uot;uot;uot;uot;uot;uot;uot;
- Content2HTML="true"

The following HTML Tags are supported:
Anchor: <a href='...' target='_blank' >...</a>
Bold: <b>...</b>
Font: <font color='...' size='...' face='...'>
Paragraph: <p></p>
Underline: <u></u>
Break: <br />...
Image: <img src='...' width='...' height='...' align='left' hspace='0' vspace='0' />
List Item: <li>...<br>...</li>


HTML in 3dgalleryv2.xml: