|
|
|
| cp.buildObject cp.buildObject ([optional; true]) argument: true = no write / back as new String return value: objectHTML / reflected probeSuccess In most cases, this is the last method to execute in a crossProbe session. It will draw the required HTML to the document in order to show the media-file. That IS, if the probeExecute successed on finding the plug-in, else the cp.onfailureHTML if set, will be drawn instead. Alternatively you can tell crossProbe not to write the object HTML, but pass it back as a string instead by passing along TRUE with this method. Usefull when you have your own script interaction with crossProbe or if you want to store the object for later use. You can control to what document the HTML should be written to by referencing a document with setTarget. Defualt target for this method is the current document. |
|
| Reference
Index. |
|