Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
com.adobe.icomm.assetplacement.model 

Resource  - AS3 Varlık Yerleştirme

Paketcom.adobe.icomm.assetplacement.model
Sınıfpublic class Resource
Miras AlmaResource Inheritance PackageElement Inheritance Object

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Placement Building Block 9.5
Çalışma Zamanı Sürümleri: AIR 1.0, Flash Player 9, Flash Player 10

This class models a <resource> element in the package definition. It provides helper methods for getting and setting the most common attributes of the <resource> element.



Genel Özellikler
 ÖzellikTanımlayan:
  altText : String
[salt okunur] Alternative text (alt text) is used as a replacement for an image, whenever the image cannot be seen.
Resource
 Inheritedconstructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru.
Object
  contentType : String
[salt okunur] Identifies the content type of the the current resource.
Resource
  controller : String
[salt okunur] Contains a reference to a controller element using an XML id.
Resource
  expiration : String
[salt okunur] Specifies the expiration date of a given resource.
Resource
 Inheritednamespace : String
[salt okunur] The namespace for this element.
PackageElement
  source : String
[salt okunur] Specifies a reference to an external file resource.
Resource
  targetURL : String
[salt okunur] Specifies a reference to an external web page.
Resource
 Inheritedxml : XML
The XML this object represents.
PackageElement
Genel Yöntemler
 YöntemTanımlayan:
  
Constructor.
Resource
 Inherited
Retrieve an attribute of this element.
PackageElement
 Inherited
Retrieve a child value of this element.
PackageElement
 Inherited
Retrieve an attribute of this element's parent.
PackageElement
 Inherited
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir.
Object
  
Using the expiration attribute specified on the resource, this function calculates whether the resource is expired based on the current date.
Resource
 Inherited
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir.
Object
 Inherited
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir.
Object
 Inherited
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar.
Object
 Inherited
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür.
Object
 Inherited
Belirtilen nesnenin dize olarak temsil edilen halini döndürür.
Object
 Inherited
Belirtilen nesnenin temel değerini döndürür.
Object
Özellik Ayrıntısı

altText

özellik
altText:String  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Placement Building Block 9.5
Çalışma Zamanı Sürümleri: AIR 1.0, Flash Player 9, Flash Player 10

Alternative text (alt text) is used as a replacement for an image, whenever the image cannot be seen. Every visible image should have alt text, unless the image is purely decorative, that is, it has no function and is used only for visual formatting or decoration. This text will also be used by screen readers.



Uygulama
    public function get altText():String

contentType

özellik 
contentType:String  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Placement Building Block 9.5
Çalışma Zamanı Sürümleri: AIR 1.0, Flash Player 9, Flash Player 10

Identifies the content type of the the current resource.



Uygulama
    public function get contentType():String

controller

özellik 
controller:String  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Placement Building Block 9.5
Çalışma Zamanı Sürümleri: AIR 1.0, Flash Player 9, Flash Player 10

Contains a reference to a controller element using an XML id. The controller element is the one that references this Resource at runtime.



Uygulama
    public function get controller():String

expiration

özellik 
expiration:String  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Placement Building Block 9.5
Çalışma Zamanı Sürümleri: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the expiration date of a given resource. This date must be specified as YYYY-MM-DD. For example, 2009-12-12.



Uygulama
    public function get expiration():String

source

özellik 
source:String  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Placement Building Block 9.5
Çalışma Zamanı Sürümleri: AIR 1.0, Flash Player 9, Flash Player 10

Specifies a reference to an external file resource. The set of supported URI schemes (e.g., http, ftp, repository, file) is implementation-defined.



Uygulama
    public function get source():String

targetURL

özellik 
targetURL:String  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Placement Building Block 9.5
Çalışma Zamanı Sürümleri: AIR 1.0, Flash Player 9, Flash Player 10

Specifies a reference to an external web page.



Uygulama
    public function get targetURL():String
Yapıcı Ayrıntı

Resource

()Yapıcı
public function Resource()

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Placement Building Block 9.5
Çalışma Zamanı Sürümleri: AIR 1.0, Flash Player 9, Flash Player 10

Constructor.

Yöntem Ayrıntısı

isExpired

()yöntem
public function isExpired():Boolean

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Placement Building Block 9.5
Çalışma Zamanı Sürümleri: AIR 1.0, Flash Player 9, Flash Player 10

Using the expiration attribute specified on the resource, this function calculates whether the resource is expired based on the current date.

Döndürür
Boolean — True if the expiration data has passed as of the time of calling this function and false otherwise




[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.