Contents

Hot Spot Image

HTML HTML

Add HTML that will be included inline in the HTML export. The HTML object could be used to add controls and features to your web pages that are not yet available in Hippani Animator. The HTML code is not shown in the player and any debugging can only be done in the web browser. Errors or incompatibilities in the HTML may cause the web page to stop working. The HTML item can still be animated as normal.

For example, try adding the following code to a HTML object and then exporting to HTML:



This is a test <b>Bold</b><br>
This
is HTML<br>
<span style="color:red;">Red</span>

Edit Properties

HTML • Edit the HTML code.

Fill Type • The method of filling this item.

Color • The fill color.

Border Type • The type of line, none, solid, dotted or dashed lines.

Border Color • The color of the lines or borders.

Border Width • The width of the lines or borders.

Font Color • The color of the text.

Font • The font, style and alignment of the text.

Padding • The gap between the border and the content.

Show Scrollbars • Show scrollbars in the web page.

Script Script

HTML Set • Set the HTML in a 'HTML' item. You must set a 'Script ID' value for the 'HTML' item in the timeline.

HTMLSet("Script ID","Text");

HTML Get • Get the HTML in a 'HTML' item. You must set a 'Script ID' value for the 'HTML' item in the timeline.

HTMLGet("Script ID");

HTML Set Color • Set the background color of the HTML object, in hexadecimal format.

HTMLSetColor("Script ID","#000000");

HTML Get Color • Get the background color of the HTML object, in hexadecimal format.

HTMLGetColor("Script ID");

HTML Set Font Color • Set the font color of the HTML object, in hexadecimal format.

HTMLSetFontColor("Script ID","#000000");

HTML Get FontColor • Get the font color of the HTML object, in hexadecimal format.

HTMLGetFontColor("Script ID");

Hot Spot Image