The problem was in the placement of my sw1 parameter in the html. Wrong:

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

right:

<embed src="crossword.dcr" bgColor=#FFFFFF  width=560 height=520 
swRemote="swSaveEnabled='false' swVolume='true' swRestart='false' 
swPausePlay='false' swFastForward='false' swContextMenu='true' " 
swStretchStyle=none
  sw1 = "1" type="application/x-director" 
pluginspage="http://www.macromedia.com/shockwave/download/"></embed>

I had the sw1 parameter embedded in the swRemote parameters. Interesting 
that IE recognized it at all.

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

Reply via email to