...
...
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
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.Object Creation: The image player is displayed by first creating roRectangle and roImagePlayer instances, then calling SetRectangle()
using the roRectangle instance as the argument.
...
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
...