String height, JavaScriptObject options) {
return new ScriptPlayer(name, url, autoplay, width, height, options);
}
private static ScriptSeekBar getSeekBar(int height, String containerId, JavaScriptObject options) {
return new ScriptSeekBar(height, containerId, options);
}