適用於 Adobe
®
Flash
®
Platform 的 ActionScript
®
3.0 參考
首頁
|
顯示套件和類別清單
隱藏套件和類別清單
|
套件
|
類別
|
新增內容
|
索引
|
附錄
|
為什麼顯示英文?
篩選:
從伺服器擷取資料...
從伺服器擷取資料...
org.osmf.elements
HTMLElement - AS3 OSMF
屬性
|
屬性
|
建構函式
|
方法
|
全域常數
|
事件
|
樣式
|
外觀部件
|
外觀狀態
|
特效
|
常數
|
全域函數
|
函數
|
介面
|
類別
|
範例
類別
x
套件
org.osmf.elements
類別
public class HTMLElement
繼承
HTMLElement
MediaElement
EventDispatcher
Object
語言版本:
ActionScript 3.0
產品版本:
OSMF 1.0
執行階段版本:
Flash Player 10, AIR 1.5
HTMLElement is a media element that represents a piece of media external to the Flash SWF, and within an HTML region. It serves as a bridge between the OSMF APIs for controlling media, and a corresponding (external) JavaScript implementation.
公用屬性
隱藏繼承公用屬性
顯示繼承公用屬性
屬性
定義自
constructor
:
Object
類別物件的參照或是特定物件實體的建構函數。
Object
container
:
IMediaContainer
[唯讀] The media container that this element uses.
MediaElement
metadataNamespaceURLs
:
Vector
.<
String
>
[唯讀] A Vector containing the namespace URLs for all Metadata objects stored within this MediaElement.
MediaElement
resource
:
MediaResourceBase
The media resource that this media element operates on.
MediaElement
traitTypes
:
Vector
.<
String
>
[唯讀] A Vector of MediaTraitType values representing the trait types on this media element.
MediaElement
公用方法
隱藏繼承公用方法
顯示繼承公用方法
方法
定義自
addEventListener
(type:
String
, listener:
Function
, useCapture:
Boolean
= false, priority:
int
= 0, useWeakReference:
Boolean
= false):
void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。
EventDispatcher
addMetadata
(namespaceURL:
String
, metadata:
Metadata
):
void
Adds a Metadata object to this MediaElement under the specified namespace URL.
MediaElement
dispatchEvent
(event:
Event
):
Boolean
會將事件傳送到事件流程。
EventDispatcher
getMetadata
(namespaceURL:
String
):
Metadata
Returns the Metadata object that is stored under this MediaElement with the specified namespace URL.
MediaElement
getTrait
(type:
String
):
org.osmf.traits:MediaTraitBase
Returns the media trait of the specified type.
MediaElement
hasEventListener
(type:
String
):
Boolean
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。
EventDispatcher
hasOwnProperty
(name:
String
):
Boolean
指出物件是否有已定義的指定屬性。
Object
hasTrait
(type:
String
):
Boolean
Determines whether this media element has a media trait of the specified type.
MediaElement
isPrototypeOf
(theClass:
Object
):
Boolean
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。
Object
propertyIsEnumerable
(name:
String
):
Boolean
指出指定的屬性是否存在,以及是否可列舉。
Object
removeEventListener
(type:
String
, listener:
Function
, useCapture:
Boolean
= false):
void
會從 EventDispatcher 物件移除偵聽程式。
EventDispatcher
removeMetadata
(namespaceURL:
String
):
Metadata
Removes the Metadata object that was stored under this MediaElement with the specified namespace URL.
MediaElement
setPropertyIsEnumerable
(name:
String
, isEnum:
Boolean
= true):
void
為迴圈作業設定動態屬性的可用性。
Object
toLocaleString
():
String
傳回代表此物件的字串,根據地區特定慣例進行格式化。
Object
toString
():
String
會傳回指定之物件的字串形式。
Object
valueOf
():
Object
會傳回指定之物件的基本值。
Object
willTrigger
(type:
String
):
Boolean
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。
EventDispatcher
保護方法
隱藏繼承保護方法
顯示繼承保護方法
方法
定義自
addTrait
(type:
String
, instance:
org.osmf.traits:MediaTraitBase
):
void
Adds a new media trait to this media element.
MediaElement
removeTrait
(type:
String
):
org.osmf.traits:MediaTraitBase
Removes a media trait from this media element.
MediaElement
setupTraits
():
void
Sets up the traits for this media element.
MediaElement
事件
按一下以瞭解事件的詳細資訊
隱藏繼承事件
顯示繼承事件
事件
摘要
定義自
activate
[廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。
EventDispatcher
containerChange
Dispatched when the element's container property changed.
MediaElement
deactivate
[廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。
EventDispatcher
mediaError
Dispatched when an error which impacts the operation of the media element occurs.
MediaElement
mediaInfo
Dispatched when a info which impacts the operation of the media element is available.
MediaElement
metadataAdd
Dispatched when a Metadata object has been added to this media element.
MediaElement
metadataRemove
Dispatched when a Metadata object has been removed from this media element.
MediaElement
traitAdd
Dispatched when a trait is added to the media element.
MediaElement
traitRemove
Dispatched when a trait is removed from the media element.
MediaElement
© 2015 Adobe Systems Incorporated. All rights reserved.
Tue Jun 12 2018, 03:47 PM Z
[ X ]
為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示
並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。