AdobeConnectClient\Content
Adobe Connect's types constants to Content
See the common elements in
Synopsis
class Content
{
- // constants
- const ARCHIVE = 'archive';
- const ATTACHMENT = 'attachment';
- const AUTHORWARE = 'authorware';
- const CAPTIVATE = 'captivate';
- const CURRICULUM = 'curriculum';
- const EXTERNAL_EVENT = 'external-event';
- const FLV = 'flv';
- const IMAGE = 'image';
- const MEETING = 'meeting';
- const PRESENTATION = 'presentation';
- const SWF = 'swf';
Tasks
Line | Task |
---|---|
13+ | Check if this is useful |
Constants
Name | Value |
---|---|
ARCHIVE | 'archive' |
ATTACHMENT | 'attachment' |
AUTHORWARE | 'authorware' |
CAPTIVATE | 'captivate' |
CURRICULUM | 'curriculum' |
EXTERNAL_EVENT | 'external-event' |
FLV | 'flv' |
IMAGE | 'image' |
MEETING | 'meeting' |
PRESENTATION | 'presentation' |
SWF | 'swf' |