Hi Ravi,

I had this problem a while ago. It is nothing to do with your MPEG. 
It is the way you are closing your MIAW's.
Keep the code simple when you close the MIAW
A simple way around this is to go to and 'end' frame in the MIAW with 
the following code on the exitFrame. If you add any code after the 
'tell the stage' command it will not be excecuted because the MIAW 
does not exist anymore!This is what is causing the error

tell the stage
  closeTheMIAW
end tell

on closeTheMIAW
 close window "your MIAW name"
 forget window "your MIAW name"
end closeTheMIAW

add code in the closeTheMIAW handler if need be! It might be worth 
swapping the MPEG with a dummy sprite?

hope this has been any help to you

Past Forward Limited, England, UK
mailto:[EMAIL PROTECTED]
http://www.pastforward.co.uk/

CONFIDENTIALITY AND DISCLAIMER NOTICE
This email and any attachments are private and confidential.  It is intended for the
recipient only.  If you are not the intended recipient, any use, disclosure, 
distribution,
printing or copying of this email is unauthorised.  You must not read, use or take any
action in reliance on it.  If you have received this email in error please notify the 
sender
immediately by replying to this email and permanently delete the email from your 
computer.

The contents of any attachments to this e-mail may contain software viruses which 
could 
damage your own computer system.  While we have taken every reasonable precaution to 
minimise this risk, we cannot accept liability for any damage which you sustain as a 
result of software viruses.  You should carry out your own virus checks before opening
any attachments.

[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