> legitimate list of embed parameter names (because Microsoft required
> we do this since they didn't want to accept 'just anything').
Thanx Buzz
Thats fine, and propably noone will need more than nine externals, but if
anyone from MACR reads this, please note that the on line manuals for d8 as
well as D8.5 indicates that any name can be used.

Below is an example from the on line help:

****************************************************************************
*****************************************
externalParamName()
Syntax

externalParamName(n)
Description

Function; returns the name of a specific parameter in the list of external
parameters from an HTML <EMBED> or <OBJECT> tag. This function is valid only
for Shockwave movies that are running in a browser. It cannot be used with
Director movies or projectors.

     If n is an integer, externalParamName returns the nth parameter name in
the list.

     If n is a string, externalParamName returns n if any of the external
parameter names matches n. The match is not case sensitive. If no matching
parameter name is found, externalParamName returns VOID.



Example

This statement places the value of a given external parameter in the
variable myVariable:

if externalParamName ("swURLString") = "swURLString" then
        myVariable = externalParamValue ("swURLString")
end if
****************************************************************************
**********
Bjarne
_______________________________________________________
"solving a problem is not a case of finding a solution, it is a case of
finding
a set of easier problems that you already know how to solve."
James Newton


Bjarne Nyquist
Researcher, Lingo Programmer
The Interactive Institute, phone: +46-(0)8 783 24 74
www.interactiveinstitute.se
----- Original Message -----
From: "Buzz Kettles" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Bjarne Nyquist" <[EMAIL PROTECTED]>
Sent: 17 September, 2001 4:14 PM
Subject: Re: <lingo-l> external parameters for shockwave


> History:
>    At the time we shipped Shockwave 5, Sarah Allen & I made up a

>
> At that point there was about 20 of them total & it got expanded a
> bit each release after that (like for the Remote, etc).  I never
> bothered to accumulate a contemporary list, since sw1 - sw9 usually
> handles anything anybody needs to do. If they need more data input,
> then they usually just use one param to get a text file which holds
> as much as they want.
>
> try searching in the MACR support for 'embed tags' or 'embed parameters'.
> http://www.macromedia.com/support/director
>
> hth
>
> -Buzz
>
> At 1:23 AM +0200 9/17/01, Bjarne Nyquist wrote:
> >Thanx Buzz and Sean for the sw1 thru sw9... works like a charm, but where
in
> >the docs was that??
> >
> >Bjarne
> >_______________________________________________________
> >"solving a problem is not a case of finding a solution, it is a case of
> >finding
> >a set of easier problems that you already know how to solve."
> >James Newton
> >
> >
> >Bjarne Nyquist
> >Researcher, Lingo Programmer
> >The Interactive Institute, phone: +46-(0)8 783 24 74
> >www.interactiveinstitute.se
> >
> >
> >[To remove yourself from this list, or to change to digest mode, go to
> >http://www.penworks.com/LUJ/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!]
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/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!]

bullet.gif

Reply via email to