Hi guys,

I have a problem with my projector:

I am calling about 100 MIAW's individually from hotrects on my stage. All
works fine in development mode, but in runtime the projector crashes when I
close the MIAW's. To call the MIAW I have the script:

global hotrects

on startMovie
  
  set hotRects = [rect(1117, 734, 1253, 776)  etc......for all 100 MIAW's

end

Then to call the MIAW's...

on doGotoFrame (rectnum)
  case rectnum of
    
    01:
      open window "thenameoftheMIAW"
      set the windowType of window "thenameoftheMIAW" to 1
      go to frame 1

  end case      
end


On the close button (on the MIAW's) I have the script:

on mouseUp
  forget window "thenameoftheMIAW"
end

which should remove all momory of the MIAW.

On my computer (P2 550, 128mb) all works OK (in runtime) unless I navigate
quickly through the MIAW's and then it crashes. The projector crashes on
different MIAWS's at different times which makes me think that it is a
memory problem and not necessarily the coding. Additionally, on a less able
computer (P233, 64mb) the projector crashes more often.

I have 4 embedded flash movies on the main movie and in each MIAW there are
another 2 or 3 embedded flash files. Is it that the 'forget window' command
does not remove the flash files from the memory? During development mode I
have used the message window to see if 'the windowlist' has anything in it
and it doesn't....confused. Also, it doesn't seem possible to remove memory
concerned with Flash Asset Xtra.

n.b. 
The error message that I get is:

PROJECTOR.EXE caused an invalid page fault in
module IML32.DLL at 0137:69006798.
Registers:
EAX=0000001c CS=0137 EIP=69006798 EFLGS=00010202
EBX=00000000 SS=013f ESP=0062ee1c EBP=00000000
ECX=0062ee54 DS=013f ESI=0062ee54 FS=11b7
EDX=00416e24 ES=013f EDI=00000000 GS=0000
Bytes at CS:EIP:
81 78 04 54 53 41 46 74 17 8a 48 10 50 84 c9 75 
Stack dump:
680171a6 0000001c 0062f0c0 0133a464 00000000 69006749 00418418 0133a464
68017f12 0062ee54 0040e3d0 0133c0fc 01340f28 00000000 00418418 68117a20


Thanks for any help

/dave




[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