The properties for the HTML5 overlay plugin (and Medialooks WebCapture live source) are stored in the system registry:
[HKEY_CURRENT_USER\Software\Medialooks\HTMLOverlay]
and can be set with PropsSet method.
Here is a list of available properties:
Name | Default value | Description |
---|---|---|
adobe_flash.enabled | true | Enables Flash content for web-pages |
media_stream.enabled | true | Enables media streams for web-pages. |
js_dialogs.enabled | false | Enables JavaScript dialogs for web-pages. |
webGL.enabled | true | Enables WebGL support for 3D animation on web-pages. |
transparency | auto | Specifies the displaying type of transparent areas of the page. Possible values: auto - let the plugin decide what to do with transparent areas. true - display the transparent areas as transparent. false - display transparent areas as non-transparent. |
cef.default_css | Sets a path to a default CSS file for web-pages | |
cef.web_security | false | Enables Web Security for web-pages |
interlacing | false | Enables the plugin display area interlacing. |
cef.mute_audio | true | Once "true", audio is disabled for web-pages. |
width.min | dword:00000140 | A minimal width value of the displayed page. |
width.max | dword:00000780 | A maximal width value of the displayed page. |
scrollbars.enabled | true | Once enabled displays the scrollbars if the page exceeds the plugin display area. |
scroll.speed_v | 0.0 | Vertical page scroll speed. Once set will force the page display area to be scrolled in a vertical direction. Use it to display the long pages in a small area. |
scroll.speed_h | 0.0 | Horizontal page scroll speed. Once set will force the page display area to be scrolled in a horizontal direction. Use it to display the wide pages in a small area. |
crop | The page crop parameter. Crops the HTML page and displays the remaining area. Specified as: left, top, right, bottom. Can be relative (in percent) of absolute. For example: "50, 0, 50, 0" - crop 50 pixels from the right and left sides of the page. "10%, 0, 10%, 0" - crop 10 percent of page width from the right and left sides of the page. | |
zoom | 100% | A zoom value for the displayed page. |
external_process | true | Enables the external process creation for the plugin object. |
dst.alpha | 100% | The alpha value for the HTML plugin display area. Use this parameter to make the display area semi-transparent. |
dst.border_width | dword:00000000 | Border width or the HTML plugin display area. |
dst.border_color | white | Border color or the HTML plugin display area. |
dst.x | 0.0% | The X position of the HTML plugin display area. |
dst.y | 0.0% | The Y position of the HTML plugin display area. |
dst.w | 0.0% | The width of the HTML plugin display area. |
dst.h | 0.0% | The height of the HTML plugin display area. |
register_object | true | Once enabled, registers the object in the system for gathering statistics information |
object_name | HTMLOverlay | Sets a default name of an object |
cef.config_string | custom command-line configuration of the core CEF engine | |
cef.log_file | The directory and file name to use for the debug log. | |
cef.log_severity | The log severity. Possible values: 1 - "verbose", 2 - "info", 3 - "warning", 4 - "error", 5 - "fatal", 0 - "disable". Default value |
|
cef.cache_path | The location where cache data will be stored on disk. |