Changeset 210 for tags/mediaplayer-4.1

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

Legend:

Unmodified
Added
Removed
  • tags/mediaplayer-4.1/com/jeroenwijering/player/SWFLoader.as

    r90 r210  
    8080                if(player.loaderInfo.url.indexOf('http') == 0) { 
    8181                        var ctx = new LoaderContext(true,ApplicationDomain.currentDomain,SecurityDomain.currentDomain); 
    82                         if(skn) {  
     82                        if(skn || str.indexOf('/') > -1) {  
    8383                                ldr.load(new URLRequest(str),ctx); 
    8484                        } else {