|
|
|
|
88
|
* @param width width of the iframe
|
88
|
* @param width width of the iframe
|
89
|
* @param height height of the iframe
|
89
|
* @param height height of the iframe
|
90
|
* @param parent_node the node that will contain the iframe
|
90
|
* @param parent_node the node that will contain the iframe
|
91
|
- * @param filmStripOnly if the value is true only the small videos will be
|
|
|
92
|
- * visible.
|
|
|
|
|
91
|
+ * @param configOverwrite object containing configuration options defined in
|
|
|
92
|
+ * config.js to be overridden.
|
|
|
93
|
+ * @param interfaceConfigOverwrite object containing configuration options
|
|
|
94
|
+ * defined in interface_config.js to be overridden.
|
93
|
* @param noSsl if the value is true https won't be used
|
95
|
* @param noSsl if the value is true https won't be used
|
94
|
* @constructor
|
96
|
* @constructor
|
95
|
*/
|
97
|
*/
|