public NativePlayer(ArrayList<String> mediaSources, boolean autoplay, String height, String width)
throws PluginNotFoundException {
this();
playerWidget = new PlayerWidget("core", Plugin.Native.name(), playerId, "", autoplay);
_init(width, height);
playlistManager.addToPlaylist(new MRL(mediaSources));
}