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