The following table lists the custom P3D tokens that you may specify within the <object> element, as described in Advanced object tags. You can use these settings to customize the look of the app's embedded frame whenever the Panda3D window is not being displayed, e.g. before or after launch.
Token | Meaning
|
splash_img | The URL of an image to display in the plugin space, anytime before Panda starts running (unless a more specific image, below, overrides)
|
download_img | The image to display while the p3d file and its required packages are being downloaded
|
unauth_img | The image to display when the app is unrecognized, and is waiting for the user to click the red "authorize" button
|
ready_img | The image to display when the app is ready to run, and waiting for the user to click the green "play" button
|
failed_img | The image to display when the app cannot launch for some reason (e.g. bad URL)
|
launch_img | The image to display while the app is launching: the time after the user has clicked "play" and before it actually opens its Panda3D window
|
active_img | The image to display while the app is running (but the app has taken its window out of the frame)
|
auth_ready auth_rollover auth_click | The three images that define the normally red "authorize" button
|
play_ready play_rollover play_click | The three images that define the normally green "play" button
|
fgcolor | The text color of the text that may appear in the window
|
bgcolor | The background color of the window before the app has launched
|
barcolor | The fill color of the loading bar that is shown before the app launches
|
Note that all of the image URL's above must refer to either a PNG or a JPEG image. Other image types are not supported by the plugin.