close panorama

FPS Plugin fps.swf

  • FPS - Frames Per Seconds Plugin
  • A small performance measurement tool.
  • The position of it can by adjusted with the standard plugin attributes.
The plugin shows:
  • The current framerate.
  • And the window size.

Syntax

Just include it:
<plugin name="fps" url="fps.swf" keep="true" />

Or - include it and place it on a custom position with custom color and fontsize:
<plugin name="fps" keep="true"
        url="fps.swf"
        align="righttop" x="10" y="10"
        fontsize="12.0"
        textcolor="0xFFFFFF"
        />

Plugin Attributes

  • fontsize
    • Size of the font. Default=12.
  • textcolor
    • Color of the FPS text. Default=0xFFFFFF (=White).