Passing options in Mozilla plugin
Posted: 25 Jul 2006 12:55
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?
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?