htmlbox2.swf
Use this hotspot plugin to generate a scrollable box with HTML content. The HTML links can of
course function as usual and open new web pages or send emails, but also load new panos and
execute FPP commands in your XML file.
The following parameters are supported:
NOTE:
Changes in the "htmlfile" or the "cssfile" parameters are immediately reflected in the box content. The HTML supported by Adobe in the TextField class is very limited.
You can read about it here:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html#htmlText
| htmlfile | htmlfile="text1.html" | file with HTML content |
| cssfile | cssfile="styles1.css" | file with CSS styling (optional) |
| charset | charset="iso-8859-1" | character set. For a complete list see here. Default value is "utf-8" |
| width | width="250" | |
| height | height="400" | |
| bgcolor | bgcolor="#CCCCFF" | RGB value, default: transparent |
| bordercolor | bordercolor="#0000FF" | RGB value, default: no border |
NOTE:
Changes in the "htmlfile" or the "cssfile" parameters are immediately reflected in the box content. The HTML supported by Adobe in the TextField class is very limited.
You can read about it here:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html#htmlText
