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 [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
