Changeset 210 for tags/mediaplayer-4.4
- Timestamp:
- 05/07/09 13:02:59 (7 months ago)
- Location:
- tags/mediaplayer-4.4
- Files:
-
- 2 modified
-
com/jeroenwijering/player/SPLoader.as (modified) (1 diff)
-
player.swf (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
tags/mediaplayer-4.4/com/jeroenwijering/player/SPLoader.as
r196 r210 165 165 if(skin.loaderInfo.url.indexOf('http') == 0) { 166 166 var ctx:LoaderContext = new LoaderContext(true,ApplicationDomain.currentDomain,SecurityDomain.currentDomain); 167 if(skn ) {167 if(skn || str.indexOf('/') > -1) { 168 168 ldr.load(new URLRequest(str),ctx); 169 169 } else {
