Custom Platform Support Development Kit
1.3
|
Defines the interface that represents an FLA document. More...
#include <IFLADocument.h>
Public Member Functions | |
virtual FCM::Result _FCMCALL | GetBackgroundColor (Utils::COLOR &color)=0 |
This function provides the background color of the stage. More... | |
virtual FCM::Result _FCMCALL | GetFrameRate (FCM::Double &frameRate)=0 |
This function provides the frame-rate when the published file is played back. More... | |
virtual FCM::Result _FCMCALL | GetStageHeight (FCM::U_Int32 &height)=0 |
This function returns the stage height (in pixels). More... | |
virtual FCM::Result _FCMCALL | GetStageWidth (FCM::U_Int32 &width)=0 |
This function returns the stage width (in pixels). More... | |
virtual FCM::Result _FCMCALL | GetLibraryItems (FCM::PIFCMList &pLibItemsList)=0 |
This returns the items which are part of the Library. More... | |
virtual FCM::Result _FCMCALL | GetLibraryItemByPath (FCM::CStringRep16 pPath, PILibraryItem &pLibItem)=0 |
This function finds the library item from its path. More... | |
virtual FCM::Result _FCMCALL | GetTimelines (FCM::PIFCMList &pTimelineList)=0 |
This function returns the list of timelines (scenes). More... | |
virtual FCM::Result _FCMCALL | GetTypeId (FCM::FCMGUID &docId)=0 |
This function returns the document type identification of the FLA document. More... | |
virtual FCM::Result _FCMCALL | GetPath (FCM::StringRep16 *ppPath)=0 |
This function returns the path of the FLA document. If the document is never been saved, NULL will be returned. More... | |
Defines the interface that represents an FLA document.
|
pure virtual |
This function provides the background color of the stage.
color | (OUT) Background color of the stage. |
|
pure virtual |
This function provides the frame-rate when the published file is played back.
frameRate | (OUT) Frame rate - Number of frames displayed per second. |
|
pure virtual |
This function finds the library item from its path.
pPath | (IN) The full path of the item in the library. |
pLibItem | (OUT) Library item. The library item can queried for following depending on its type: Folder - ILibraryItem, IFolder Font - ILibraryItem, IFont Sound/Bitmap - ILibraryItem, IMediaItem MovieClip/Graphic - ILibraryItem, ISymbolItem |
|
pure virtual |
This returns the items which are part of the Library.
pLibItemsList | (OUT) List of library items. Each item in the list can queried for following depending on its type: Folder - ILibraryItem, IFolder Font - ILibraryItem, IFont Sound/Bitmap - ILibraryItem, IMediaItem MovieClip/Graphic - ILibraryItem, ISymbolItem |
|
pure virtual |
This function returns the path of the FLA document. If the document is never been saved, NULL will be returned.
ppPath | (OUT) Path of the document. |
|
pure virtual |
This function returns the stage height (in pixels).
height | (OUT) Height of the stage. |
|
pure virtual |
This function returns the stage width (in pixels).
width | (OUT) Width of the stage. |
|
pure virtual |
This function returns the list of timelines (scenes).
pTimelineList | (OUT) List of timelines or scenes (ITimeline). |
|
pure virtual |
This function returns the document type identification of the FLA document.
docId | (OUT) Id to identify the document type. |