SloodlePluginBasePresenterSlideBase class for plugins which provide slide types for the SLOODLE Presenter.
Sub-classes should override the essential functions, in addition to those in the SloodlePluginBase class. The purpose of the plugin is to render slides for output to a browser or to SL.
Located in /plugin/presenter/_base.php (line 24)
SloodlePluginBase | --SloodlePluginBasePresenterSlide
| Class | Description |
|---|---|
SloodlePluginPresenterSlideImage
|
Presenter plugin for showing image slides. |
SloodlePluginPresenterSlideVideo
|
Presenter plugin for showing video slides. |
SloodlePluginPresenterSlideWeb
|
Presenter plugin for showing web slides. |
Render the given slide for browser output -- NOTE: render to a string, and return the string.
The title of the slide need not be included -- simply the basic iFrame or embedded player etc.
Render the given slide for virtual-world output.
This returns two items of data in a numeric array. The first is the virtual world compatible type identifier: web, image, video, or audio (or a mime type). The second is the absolute URL to give it.
Inherited From SloodlePluginBase
SloodlePluginBase::get_id()
SloodlePluginBase::get_plugin_description()
SloodlePluginBase::get_plugin_name()
SloodlePluginBase::get_version()
Documentation generated on Fri, 17 Jul 2009 11:02:50 +0100 by phpDocumentor 1.4.0