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. On Thu, Jul 28, 2011 at 8:46 PM, Sean P. DeNigris <[email protected]>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. > >
