Ignore:
Timestamp:
03/28/11 14:00:04 (2 years ago)
Author:
pablo
Message:

Re-integrating 5.6 branch into trunk

Location:
trunk/fl5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5

  • trunk/fl5/src/com/longtailvideo/jwplayer/plugins/PluginConfig.as

    r623 r1681  
    55                private var _id:String; 
    66 
    7                 public function PluginConfig(pluginId:String) { 
     7                public function PluginConfig(pluginId:String, obj:Object=null) { 
    88                        this._id = pluginId.toLowerCase(); 
     9                        if (obj) { 
     10                                for (var idx:String in obj) { 
     11                                        this[idx] = obj[idx]; 
     12                                } 
     13                        } 
    914                } 
    1015                 
Note: See TracChangeset for help on using the changeset viewer.