Subject: RE: [Virtools] How Can I Create
New Window?
Woooo...
I've
never tried to do that kind of stuff with 'GoToWebPage'. I don't know the
javascript syntax, so could you post the exact javascript command to use with
this building block to open a popup window?
Tks
Francois
-----Message d'origine----- De :owner-virtools-user-group@lists.theswapmeet.com
[mailto:owner-virtools-user-group@lists.theswapmeet.com]De la part de
Nino Dafonte Envoyé : vendredi 3 novembre 2000
16:17 À :
virtools-user-group@lists.theswapmeet.com Objet : Re:
[Virtools] How Can I Create New Window?
hi Jean:
yes, you can, i´m not sure about what kind of
media (cdrom, web and so...) we are talking about but you can
try some things about the new navigator windows.
If your nemo composition is for the web,
you can do a very interesting thing. The html page can have javascript
functions in the source code, and you can use this functions inside your
nemo composition using "javascript:NAMEOFMYFUNCTION();" in the parameter of
the "gotowebpage". I´m using this feature inside my flash compositions for
the web, and you can use them in nemo too.
Subject: Re: [Virtools] How Can I
Create New Window?
Hi Nino !
Are you sure of that ? Did you ever try and
what kind JavaScript command did you use ?
I think that it is impossible to use
JavaScript code in Nemo because that code is read by Internet Explorer or
Netscape. When a JavaScript code is included in a NeMo behavior, the web
player cannot read it because it doesn't have any JavaScript library to do
it.
In my opinion, the only thing that you can
do is to write a full HD path to launch a readable file on IE
or Netscape, like that :
C:/Program
Files\Nemo\scene.cmo
C:/Program
Files\Nemo\scene.htm
C:/Program
Files\Nemo\scene.avi
(... care the "/" "\" !!!)
I am currently hardly looking for a way of making links from Nemo to
the CD-Rom reader whitout needing to force the "D" letter. I would like to
find a specific syntax that allows me to indentify the CD-Rom root,
something which would look like the following :
[cd-romm root]/scenes/scene1.cmo
... but I already tried a lot of different syntaxes,
no way.
Would it be possible with a JavaScript comand ?!?!?
Subject: Re: [Virtools] How Can I
Create New Window?
hi to everyone:
i think that you can create a new window
using the next syntax:
- in the "edit parameter" of the
"gotowebpage" behavior begin the sentence using "javascript:" and some
kind of javascript stuff used to create a window like
"window.open(XXXPARAMETERSXXX);".
If you want some help with this function
you can visit http://www.irt.org. It´s
a great page about most of the programming languages.