I'm passing an HTML parameter into Shockwave. It works fine in IE, but not
in Netscape. The html is:
<param name = sw1 value = "1">
<embed src="crossword.dcr" bgColor=#FFFFFF width=560 height=520
swRemote="swSaveEnabled='false' sw1 = "1" swVolume='true' swRestart='false'
swPausePlay='false' swFastForward='false' swContextMenu='true' "
swStretchStyle=none
type="application/x-director"
pluginspage="http://www.macromedia.com/shockwave/download/"></embed>
This is all within the standard <object> stuff that D8 generates.
I'm reading the parameter in my movie with:
if externalParamName ("sw1") = "sw1" then
lWhichPuzzle = value(externalParamValue("sw1"))
yada yada
end if
Is there a way to get this to work with Netscape?
Cordially,
Kerry Thompson
Learning Network
[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!]