On Fri, Jul 29, 2011 at 1:10 AM, Igor Stasenko <siguctua@gmail.com> wrote:
On 28 July 2011 23:36, laurent laffont <laurent.laffont@gmail.com> wrote:
> Sean,
> I've tried with a PharoCasts video and it works (OSX Lion, Pharo 1.3,
> Eliot's Cog VM), that's wonderful !!!
> Does it work on Linux / Windows ? I'm thinking about distributing a
> one-click image with PharoCasts videos
> Laurent.
>

Laurent , feel free to leave a note on cog issue tracker, so sooner or
later we could make it working :)


It's here: http://code.google.com/p/cog/issues/detail?id=58

I've also added a link to the Cog issue tracker in��http://www.pharo-project.org/community/issue-tracking

Laurent.


��

> 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.
>>
>
>



--
Best regards,
Igor Stasenko AKA sig.