Custom Platform Support Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Namespaces | Variables
IPublisher.h File Reference

This file contains the interface for IPublisher. The IPublisher interface needs to be implemented by a "Publisher" plugin. It contains methods to publish a FLA document and a single timeline. FlashPro would invoke methods in this interface in the test-movie and publish workflows. More...

#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "FCMTypes.h"
#include "IFCMDictionary.h"
#include "ITimeline.h"
#include "IFLADocument.h"
#include "Exporter/Service/IFrameCommandGenerator.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  Publisher::IPublisher
 Defines an interface that represents publisher. This interface must be implemented by a publisher plugin. More...
 

Namespaces

 Publisher
 Provides interfaces for custom publisher.
 

Variables

FCM::ConstFCMIID Publisher::FCMIID_IPublisher
 Defines the universally-unique Interface ID for IPublisher. More...
 

Detailed Description

This file contains the interface for IPublisher. The IPublisher interface needs to be implemented by a "Publisher" plugin. It contains methods to publish a FLA document and a single timeline. FlashPro would invoke methods in this interface in the test-movie and publish workflows.