![]() Squeak Smalltalk : Image VM OS Application : ![]() Browser Plugin Embed Tag |
> I would like to know what exactly is a difference between "ordinary" > Squeak image and the one used for browser plugin. > > It is possible to use any image with web browser plugin, but the > project or source file specified in <embed> tag is not loaded at > startup. Any info? You need to make sure the ProjectLauncher is registered with the AutoStart class (see "AutoStart installedLaunchers"), and the readDocumentAtStartup preference is set. - Bert -