Sample 4 - Use of HTML

This example shows the use of HTML for formatting the texts. Please mind that only a few of the generally known HTML tags are available. Control and appearance of the Stack are effected entirely via the XML file 3dstack.xml (Help File).

If the links do not work on your local(!) hard disk, this may be due to the Flash security settings. Connections from local Flash animations to the internet must be approved by you explicitly. To do so, open the Flash Settings Manager:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html
Change to panel "Global Security Settings" (third panel from left) and enter the directory on your local hard disk where the animation is stored.




Settings in 3dstack.xml:
- Content1HTML="true"
- Content2HTML="true"


The following HTML Tags are supported:
Anchor: <a href='...'>...</a>
Bold: <b>...</b>
Font: <font color='...' size='...' face='...'>
Paragraph: <p></p>
Underline: <u></u>
Break: <br />...
Image: <img src='...' />
List Item: <li>...<br>...</li>


HTML in 3dstack.xml: