TinyLine SVG Player 2.0 User Guide (Web)The TinyLine SVG Player is an example from the TinyLine SVG Programming Guide. It supports user interaction, SMIL animations and hyper linking. Getting StartedOn disk
On server
How to make your HTML fileAll you need to change is the applet svgfile parameter in an HTML file.
<!-- Start of the TinyLine Applet declaration -->
<!-- Here is the TinyLine Applet goes:
code - the main class to run
archive - the archive that holds the applet.
width and height - the area occupied by the applet
svgfile - the name of the applet parameter
svg/bass2.svgz - the value of the applet parameter that says what an SVG file to load
-->
<applet code="com.tinyline.app.TinyLineApplet" archive="tinylinetry_pp.zip" width="176" height="208">
<param name="svgfile" value="svg/bass2.svgz"/>
</applet>
<!-- End of the TinyLine Applet declaration -->
NavigationRight-click in the SVG image area to open the pop-up menu. This will reveal the commands and options for interacting with the SVG image. Options
Commands
MoreFor more information on the TinyLine, please see http://www.tinyline.com/. |
|
© 2008 TinyLine. All rights
reserved.
|