Re: How to put eToys projects in a browser to run, like Illinois?
Bert Freudenberg <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.squeakland |
|---|---|
| Message-ID | <[email protected]> |
On 15.02.2012, at 14:08, R.D. Latimer wrote: > Not sure what unzipping a .pr file means...but I'll take a look (I'm used to unzipping .zip files) Etoys .pr files are actually .zip files. One file of interest inside it is the thumbnail.png file. If you were to write a server app, it could show a project's thumbnail by extracting it from the project. - Bert -