Changeset 210 for tags/mediaplayer-4.2
- Timestamp:
- 05/07/09 13:02:59 (7 months ago)
- Location:
- tags/mediaplayer-4.2
- Files:
-
- 2 modified
-
com/jeroenwijering/player/SPLoader.as (modified) (1 diff)
-
player.swf (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
tags/mediaplayer-4.2/com/jeroenwijering/player/SPLoader.as
r98 r210 90 90 var ctx:LoaderContext = new LoaderContext(true,ApplicationDomain.currentDomain, 91 91 SecurityDomain.currentDomain); 92 if(skn ) {92 if(skn || str.indexOf('/') > -1) { 93 93 ldr.load(new URLRequest(str),ctx); 94 94 } else {
