ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: Retrieving Data from Server...
Retrieving Data from Server...
org.osmf.media 

PluginInfoResource  - AS3 OSMF

Packageorg.osmf.media
Classpublic class PluginInfoResource
InheritancePluginInfoResource Inheritance MediaResourceBase Inheritance Object

Language Version: ActionScript 3.0
Product Version: OSMF 1.0
Runtime Versions: Flash Player 10, AIR 1.5

PluginInfoResource is a media resource that represents a static plugin.

A static plugin is a plugin that is compiled within the application that uses it, in contrast to a dynamic plugin, which is loaded at runtime.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritedmediaType : String
The MediaType, if any, of this resource.
MediaResourceBase
 InheritedmetadataNamespaceURLs : Vector.<String>
[read-only] A Vector containing the namespace URLs for all Metadata objects within this resource.
MediaResourceBase
 InheritedmimeType : String
The MIME type, if any, of this resource.
MediaResourceBase
  pluginInfo : PluginInfo
[read-only] Reference to the PluginInfo for this static plugin.
PluginInfoResource
Public Methods
 MethodDefined By
  
Constructor.
PluginInfoResource
 Inherited
addMetadataValue(namespaceURL:String, value:Object):void
Adds a metadata value to this resource.
MediaResourceBase
 Inherited
Retrieves a metadata value from this resource.
MediaResourceBase
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Removes a metadata value from this resource.
MediaResourceBase
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

pluginInfo

property
pluginInfo:PluginInfo  [read-only]

Language Version: ActionScript 3.0
Product Version: OSMF 1.0
Runtime Versions: Flash Player 10, AIR 1.5

Reference to the PluginInfo for this static plugin.



Implementation
    public function get pluginInfo():PluginInfo
Constructor Detail

PluginInfoResource

()Constructor
public function PluginInfoResource(pluginInfo:PluginInfo)

Language Version: ActionScript 3.0
Product Version: OSMF 1.0
Runtime Versions: Flash Player 10, AIR 1.5

Constructor.

Parameters
pluginInfo:PluginInfo — Reference to an instance of PluginInfo.