It is not safe! Plugin is still beta...

I expect in a final implementation that
the codebase will look like this:

        codebase="rebol.cab#version=1,2,3,4"

where "rebol.cab" remains constant, and only the
version changes.

The object ID isn't necessary for the running
of the embedded rebol script, except where
the script needs to access some of the parameters
supplied in the object tag.

Theoretically, (and I hope this will happen,) several
plugins can exist on the one page. Therefore, each one
can be identified by a different object ID, and two 
instances of a plugin script can each figure out
that they indeed belong to a different object.

So my answer:
- the object ID doesn't matter, except if the rebol script
  needs to access it.
- I recommend using the latest version of the .cab file that
  you can find. When it comes time to report errors, you can
  say you are using the latest version.

Anton.

> If you look at the plugin docs here...
> 
> http://www.rebol.net/plugin/tests/plugin-guide.html
> 
> you'll notice in the OBJECT specs that the ID is "REBOL" and the 
> codebase file is: rebolb4.cab
> 
> If you load the plugin test page however...
> 
> http://www.rebol.net/plugin/tests/test.html
> 
> and look at its HTML, the object ID is "RPluginIE" and the 
> codebase file is: rebolb5.cab
> 
> So which should we be using/is it safe to use the later version 
> as used by the test page?
> 
> Carl Read.

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to