[squeak-dev] [ANN] SqueakMovieMorph (Alpha) plays any video file playable by QuickTime

DeNigris Sean sean at clipperadams.com
Thu Dec 30 17:09:39 UTC 2010


Installation:
Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfFFI';
    load.

((Smalltalk at: #ConfigurationOfFFI) project latestVersion) load.

Gofer new
    squeaksource: 'SophieGoldDig';
    package: 'SpdQT';	
    load.

Then, blow your mind by playing a video in-image with:
	aURI := URI fromString: 'file:///path/to/video.ext'.
	movie := QuickTimeMovie openMovieFromURI: aURI.
	m := SqueakMovieMorph openOn: movie.

Pharo 1.1.1 - there will be two errors – for both, go into the debugger and remove the isFinalizationSupported checks.

See http://seandenigris.com/blog/?p=723 for details.

Sean DeNigris
sean at clipperadams.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20101230/818310a3/attachment.htm


More information about the Squeak-dev mailing list