Changeset 233 for tags

Show
Ignore:
Timestamp:
07/01/09 09:33:24 (8 months ago)
Author:
pablo
Message:

Tagging 4.5 release

Location:
tags/mediaplayer-4.5
Files:
2 modified

Legend:

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

    r232 r233  
    157157                if(str.substr(-4) == '.swf') { str = str.substr(0, str.length-4); } 
    158158                var ldr:Loader = new Loader(); 
    159                 if(skn || str.indexOf('/') > -1) { 
     159                if(skn) { 
    160160                        ldr.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR,skinError); 
    161161                        ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,skinHandler); 
     
    168168                if(skin.loaderInfo.url.indexOf('http') == 0) { 
    169169                        var ctx:LoaderContext = new LoaderContext(true,ApplicationDomain.currentDomain,SecurityDomain.currentDomain); 
    170                         if(skn) { 
     170                        if(skn || str.indexOf('/') > -1) { 
    171171                                ldr.load(new URLRequest(str),ctx); 
    172172                        } else {