In the ActiveX plugin you can pass options this way:
controlname.addTarget(uri as String, options, mode as VLCPlaylistMode, Position as Long)
In the Mozilla/Firefox/Safari plugin, the functions have different names, parameters:
controlname.add_item(mrl>)
As you can see there's no argument to pass the options. Is there any other way to pass the options in the Mozilla plugin?