Lingo Dictionary > D-F > externalParamName() |
![]() ![]() ![]() |
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 |
![]() |
If |
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
See also
externalParamCount()
, externalParamValue()
![]() ![]() ![]() |