How to pass some params to the shockwave movie like in HTML pages:
I'm not sure exactly what you're wanting to achieve, but here are some options:
You can send a property list with getNetText or postNetText commands. See the docs for syntax and examples.
To have a SW movie read information from the page it's embedded in you can use sw1 -> sw9 in the page's object/embed tags and your movie can read these when it loads using externalParam. Look up externalParam / externalParamName / externalParamCount in the docs.
There is also externalEvent and evalScript but their support across browsers and platforms shouldn't be relied upon.
[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!]
