Sean,
The code, brief instructions, and a screencast of the result are at
Here is the relevant bit to get it working:
Gofer new
�� ��squeaksource: 'MetacelloRepository';
�� ��package: 'ConfigurationOfFFI';
�� ��load.
�� ��((Smalltalk at: #ConfigurationOfFFI) project latestVersion) load.
�� ��Gofer new
�� �� �� ��squeaksource: 'SophieGoldDig';
�� �� �� ��package: 'SpdQT';
�� �� �� ��load.
aURI := URI fromString: 'file:///path/to/video.ext'.
movie := QuickTimeMovie openMovieFromURI: aURI.
m := SqueakMovieMorph openOn: movie.
--
View this message in context: http://forum.world.st/Downloading-1-4-tp3696454p3702140.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.