Difference between revisions of "Nats display map"
From TMM Wiki
Jump to navigationJump to searchm |
TMMStephenY (talk | contribs) m |
||
Line 52: | Line 52: | ||
== See Also == | == See Also == | ||
* [[nats_display_graph]] | * [[nats_display_graph]] | ||
+ | |||
+ | [[Category:NATS4 Template Functions]] |
Latest revision as of 16:10, 20 May 2011
Applies to NATS 4.0.25 and greater.
nats_display_map
Generates a world map of surfer's IP address origins in Flash.
Alias: display_map
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
width | The width of the Flash applet in pixels | Any whole number greater than zero | 737; the applet will be 737 pixels wide | width="123" |
height | The height of the Flash applet in pixels | Any whole number greater than zero | 400; the applet will be 400 pixels wide | height="123" |
mapid | A unique number that identifies the map | Any whole number | A random number between 10 and 1,000. | mapid="123" |
name | Name of the div id to wrap around the applet | Any valid XHTML id value (see notes) | map | name="myname" |
Output
A flash applet.
Notes
The mapid parameter is subject to XHTML restrictions on the value of id tags. It may not start with a digit and it can only contains numbers and letters.