Hi Seb!

where in the Macromedia file they use

document.write("$PR");

I don't understand the "$PR" - what kind of variable is this? PHP? I didn't
see any declaration.

In your suggestion:

document.write('<PARAM NAME=sw1 VALUE="');
        document.write(nYourParameter);
        document.write('">\n');

nYourParameter is passed as a text to Shockwave - how do I pass the value?

I suppose you expected me to declare like this:

var nYourParameter = navigator.appName();  (for example)

Sorry, I am new to web programming and rather confused.

Thanks for any help!

Regards
Michael



-----Urspr�ngliche Nachricht-----

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!]

Reply via email to