|
|
|
| cp.mayScript cp.mayScript = Boolean[ true / false ] Default value = false; By enabling [Object].mayScript, crossProbe will create a direct reference to the plug-in / ActiveX object itself. You can later access its methods - properties through [Object].call like [Object].call.pluginMethod(); crossProbe can manage the referencing even over DOM window-boundaries and in layers on the condition that you have told cp.setTarget where to cp.buildObject() (a layer / another window) !NOTE! Do not enable mayScript unless you are sure you are going to communicate with the plug-in object. crossProbe will cause Netscape to spawn the Java VM, which on a slow machine means a several second freeze. Opera does not do Liveconnecting as far as we know, so this won't have any effect on these clients. |
|
| Reference
Index. |
|