Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
This object displays static bitmap images on the video display. The simplest way to use roImagePlayer is to make calls to DisplayFile()
with the filename as a String. Alternatively, you can use PreloadFile()
in conjunction with DisplayPreload()
to have more control. For more pleasing aesthetics when generating an image player, use the roImageWidget object. The JavaScript equivalent is the <img> tag in HTML.
...
See the Image Decryption section below for details on displaying encrypted images.
Warning | ||
---|---|---|
| ||
The image player no longer accepts "{A|A}" AES encryption keys (i.e. where the top and bottom 64 bits of the key are identical). |
PreloadFile(image_filename As String) As Boolean
...