<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Installation:</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>Gofer new</div></div><div><div>&nbsp;&nbsp; &nbsp;squeaksource: 'MetacelloRepository';</div></div><div><div>&nbsp;&nbsp; &nbsp;package: 'ConfigurationOfFFI';</div></div><div><div>&nbsp;&nbsp; &nbsp;load.</div></div><div><div><br></div><div>((Smalltalk at: #ConfigurationOfFFI) project latestVersion) load.</div></div><div><div><br></div></div><div><div>Gofer new</div></div><div><div>&nbsp;&nbsp; &nbsp;squeaksource: 'SophieGoldDig';</div></div><div>&nbsp;&nbsp; &nbsp;package: 'SpdQT';<span class="Apple-tab-span" style="white-space:pre">        </span></div><div>&nbsp;&nbsp; &nbsp;load.</div></blockquote><div><br>Then, blow your mind by playing a video in-image with:<br><div><span class="Apple-tab-span" style="white-space:pre">        </span>aURI := URI fromString: 'file:///path/to/video.ext'.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>movie := QuickTimeMovie openMovieFromURI: aURI.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>m := SqueakMovieMorph openOn: movie.</div><br>Pharo 1.1.1 - there will be two errors – for both, go into the debugger and remove the isFinalizationSupported checks.</div><div><br></div><div>See <a href="http://seandenigris.com/blog/?p=723">http://seandenigris.com/blog/?p=723</a> for details.</div><br><div>
Sean DeNigris<br><a href="mailto:sean@clipperadams.com">sean@clipperadams.com</a><br><br><br>
</div>
<br></body></html>