Hi Michael,
> interesting idea, but I have no idea how to implement javascript
> code in the
> param tags, as all and everything I write after
>
> value = "
>
> will literally be passed to my shockwave movie, but not interpreted as a
> javascript code.
>
> Does anybody know how to work around this?
you might lok into the detect.html template that fits besides Director (in
the 'Publish Templates' folder)
This template use javascript to create the OBJECT/EMBED tags
chunk of this file!
document.write('<PARAM NAME=swRemote VALUE="');
document.write("$PR");
document.write('">\n');
in your case you might add a few lines to have something like
document.write('<PARAM NAME=sw1 VALUE="');
document.write(nYourParameter);
document.write('">\n');
hth,
.s�b
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]