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