套件 | com.adobe.ep.ux.content.services.preview |
介面 | public interface IAssetPreviewService extends IEventDispatcher |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
公用方法
方法 | 定義自 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | IEventDispatcher | ||
會將事件傳送到事件流程。 | IEventDispatcher | ||
Function to get contents of the Asset given the asset path. | IAssetPreviewService | ||
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | IEventDispatcher | ||
會從 EventDispatcher 物件移除偵聽程式。 | IEventDispatcher | ||
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | IEventDispatcher |
事件
事件 | 摘要 | 定義自 | ||
---|---|---|---|---|
Dispatches this event file download is complete | IAssetPreviewService |
方法詳細資訊
getAssetContent | () | 方法 |
public function getAssetContent(path:String):void
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Function to get contents of the Asset given the asset path.
參數
path:String — Path of the asset for which contents are to be fetched
|
事件詳細資訊
filedownloadCompletedEvent | 事件 |
事件物件類型:
com.adobe.livecycle.content.FileEvent
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Dispatches this event file download is complete
Tue Jun 12 2018, 03:47 PM Z