(0004904 - 556 - 644 - 644 - 644 - 644 - 644)
bfowlow
05-13-06 02:13
edited on: 05-13-06 02:14
|
Attaching a fix for at least the Croquet-specific case.
The problem is that some changes to MpegDisplayMorph and MPEGFile
are making the morph forget its relationship to the MPEGFile name.
Specifically... the MPEGFile is created through a path that opens
an intermediate buffer, but this path forgets the intermediate file name.
Meanwhile, rewindMovie: works by re-opening "mpegFile filename"
but the buffered mpegFile has forgotten its name.
So the fix is a code path that creates a buffered MPEGFile
and remembers the original path name.
|