<br><div>Dear Possessors of Squeak Memory, </div><div><br></div><div>I was playing with the Scratch source code. It&#39;s a 2.8 image. I saw it had a MoviePlayerMorph. Taking the CASTLE.mpg from the Croquet SDK, I made it play in that player in Squeak. Very cool. I don&#39;t see any movie player morph in 3.11. </div>
<div><br></div><div>This topic may be relevant as I think I read Andreas saying he didn&#39;t want Squeak just to be another Smalltalk but to be more about multimedia, more in keeping with Guzdial&#39;s book. (You know, if anybody could tell me how to pronounce that name I&#39;d appreciate it. I think &quot;goooooz - die - all&quot; has got to be wrong.)</div>
<div><br></div><div>A fellow just asked about MPEGs and plugins. I just checked both images (SmalltalkImage current listLoadedModules versus Smalltalk listLoadedModules) and I don&#39;t see any obvious plugin difference. </div>
<div><br></div><div>SmalltalkImage current listLoadedModules #(&#39;SocketPlugin 8 June 2007 (i)&#39; &#39;InternetConfigPlugin 8 June 2007 (i)&#39; &#39;Matrix2x3Plugin 8 June 2007 (i)&#39; &#39;FloatArrayPlugin 8 June 2007 (i)&#39; &#39;BitBltPlugin 8 June 2007 (i)&#39; &#39;B2DPlugin 8 June 2007 (i)&#39; &#39;LargeIntegers v1.5 8 June 2007 (i)&#39; &#39;SecurityPlugin 8 June 2007 (i)&#39; &#39;FilePlugin 8 June 2007 (i)&#39; &#39;DropPlugin 8 June 2007 (i)&#39; &#39;MiscPrimitivePlugin 8 June 2007 (i)&#39;)</div>
<div><br></div><div>Smalltalk listLoadedModules (&#39;WeDoPlugin&#39; &#39;ScratchPlugin&#39; &#39;BitBltPlugin 11 December 2006 (i)&#39; &#39;LargeIntegers v1.5 11 December 2006 (i)&#39; &#39;UnicodePlugin&#39; &#39;FilePlugin 11 December 2006 (i)&#39; &#39;DropPlugin 11 December 2006 (i)&#39; &#39;MiscPrimitivePlugin 11 December 2006 (i)&#39;)</div>
<div><br></div><div>Does the 3.11 image have the capability to play MPEG videos and it only lacks an interface? </div><div>Or, has that capability been removed, so that 2.8 can do something 3.11 cannot? </div><div>And, finally, where is the locus for the capability for doing so: is it in a plugin, or is it classes such as JPEGMovieFile, MPEGFile, MovieDisplayMorph, and MoviePlayerMorph?</div>
<div><br></div><div>(We could talk about how the Croquet image comes with a Flash player, and a Flash movie, and can open and play it using the FileList, but I think this is probably enough for now.) </div><div><br></div>
<div>Chris </div>