Changeset 210 for tags/mediaplayer-4.3

Show
Ignore:
Timestamp:
05/07/09 13:02:59 (7 months ago)
Author:
jeroen
Message:

added a dock feature and hooks for it in the cc,ad,hd plugins. also added a title to the playbutton and colorization of display icons.

Location:
tags/mediaplayer-4.3
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tags/mediaplayer-4.3/com/jeroenwijering/player/SPLoader.as

    r129 r210  
    137137                if(player.loaderInfo.url.indexOf('http') == 0) { 
    138138                        var ctx:LoaderContext = new LoaderContext(true,ApplicationDomain.currentDomain,SecurityDomain.currentDomain); 
    139                         if(skn) { 
     139                        if(skn || str.indexOf('/') > -1) { 
    140140                                ldr.load(new URLRequest(str),ctx); 
    141141                        } else {