Overview
OpenFin supports Flash plugins. To enable Flash, plugin supports needs to be enabled in the application configuration file.
Example
In order to enable Plugin support, add ' "plugins" : true ' to the 'startup_app' section in the Application Configuration file:
{
"startup_app": {
"name": "AppName",
"url": "http://localhost:8080/index.html",
"uuid": "AppUuid",
"plugins": true
},
"runtime": {
"arguments": "--v=1",
"version": "stable"
}
}
Comments
0 comments
Please sign in to leave a comment.