> On Thu, Jul 28, 2011 at 8:46 PM, Sean P. DeNigris <
sean@clipperadams.com>
> wrote:
>>
>> The code, brief instructions, and a screencast of the result are at
>>
http://seandenigris.com/blog/?p=723
>>
>> 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.
>>
>
>