Thanks for you reply.

The problem is not a missing extra, only the problem only occurs when using the macromedia accessibility behaviours.

From: James Newton <[EMAIL PROTECTED]>
Reply-To: Lingo programming discussion list <lingo-l@lists.fcgnetworks.net>
To: Lingo-L <lingo-l@lists.fcgnetworks.net>
Subject: Re: <lingo-l> MPEG ADVANCE Xtra
Date: Mon, 27 Jun 2005 15:29:27 +0100

On 6/27/05 2:14 PM, "Jonathan Rees" <[EMAIL PROTECTED]> wrote:
> When jumping from a frame with a mpeg video playing the projector crashes > with a memory out of range error. This does not happen when playing the file
> from director.

Hi Jonathan,

My first suspect in the "this plays in Director but not in a projector"
scenario is always the Missing Xtra.

The most radical way of checking is to:

a) Use a stub projector
b) Alongside the projector, place a Lingo.ini file with the text:

on startUp
  the traceLogFile = "Trace.txt"
  the trace = TRUE
end

c) Use the uncompressed *.dir files rather than protected files,
   so that the fullest possible trace log is created

d) Run the projector and do whatever you need to to provoke the error

The projector will run slower because it is producing a trace log. Near the
end of the trace log you will find an indication of what caused the error.
This will be followed by any code that is executed on stopMovie and on
endSprite.

Good luck,

James

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email lingo-l@penworks.com (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

_________________________________________________________________
Want to block unwanted pop-ups? Download the free MSN Toolbar now! http://toolbar.msn.co.uk/

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
lingo-l@penworks.com  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to