Changeset 210 for tags/mediaplayer-4.4

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.4
Files:
2 modified

Legend:

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

    r196 r210  
    165165                if(skin.loaderInfo.url.indexOf('http') == 0) { 
    166166                        var ctx:LoaderContext = new LoaderContext(true,ApplicationDomain.currentDomain,SecurityDomain.currentDomain); 
    167                         if(skn) { 
     167                        if(skn || str.indexOf('/') > -1) { 
    168168                                ldr.load(new URLRequest(str),ctx); 
    169169                        } else {