Changeset 210 for tags/mediaplayer-4.2

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

Legend:

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

    r98 r210  
    9090                        var ctx:LoaderContext = new LoaderContext(true,ApplicationDomain.currentDomain, 
    9191                                SecurityDomain.currentDomain); 
    92                         if(skn) {  
     92                        if(skn || str.indexOf('/') > -1) {  
    9393                                ldr.load(new URLRequest(str),ctx); 
    9494                        } else {