Package | com.adobe.ep.ux.content.services.preview |
Interface | public interface IAssetPreviewService extends IEventDispatcher |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Methods
Method | Defined By | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | IEventDispatcher | ||
Dispatches an event into the event flow. | IEventDispatcher | ||
Function to get contents of the Asset given the asset path. | IAssetPreviewService | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | IEventDispatcher | ||
Removes a listener from the EventDispatcher object. | IEventDispatcher | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | IEventDispatcher |
Events
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatches this event file download is complete | IAssetPreviewService |
Method Detail
getAssetContent | () | method |
public function getAssetContent(path:String):void
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Function to get contents of the Asset given the asset path.
Parameters
path:String — Path of the asset for which contents are to be fetched
|
Event Detail
filedownloadCompletedEvent | Event |
Event Object Type:
com.adobe.livecycle.content.FileEvent
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Dispatches this event file download is complete
Mon Nov 28 2011, 06:48 AM -08:00