PMA.studio can be used in different ways. The basic mode of operandi is Full mode, which allows one to view and annotate whole slide images. In addition to full mode, however, the viewer can also be run in Embedded mode (within an html iframe). Finally, a separate administrative interface is available to configure the interaction with other components of the platform, as well as the behavior of the various in the various operating modes.
The default mode of the view is “full mode”.
The loading sequence of the application is typically as follows:
A word about the startup sequence: PMA.studio runs in a webbrowser. It is an understatement however to consider it a website. PMA.studio is a highly advanced web-accessible application that makes used of the latest techniques in HTTP communication, HTML 5, and browser technology. Nevertheless no external plugins (Java, Flash, Silverlight…) are needed.
There are three ways to exploit embedded mode for slide sharing:
http://yourserver/viewer/Embed/BWTJVXJD9W
. The page that shows when your contact opens up the website has no reference to the original filename, but (s)he will be able to navigate through the slide by any means available.http://yourserver/viewer/Embed/BWTJVXJD9W/28072/150207/2
.We want to point out however that iframes should only be used as a temporary quick fix solution. For scalable robust application, we recommend that you have a look at our JavaScript PMA.UI framework, which uses <div> tags as an alternative for iframes.