Index: /tags/mediaplayer-4.5/com/jeroenwijering/player/SPLoader.as
===================================================================
--- /tags/mediaplayer-4.5/com/jeroenwijering/player/SPLoader.as (revision 232)
+++ /tags/mediaplayer-4.5/com/jeroenwijering/player/SPLoader.as (revision 233)
@@ -157,5 +157,5 @@
 		if(str.substr(-4) == '.swf') { str = str.substr(0, str.length-4); }
 		var ldr:Loader = new Loader();
-		if(skn || str.indexOf('/') > -1) {
+		if(skn) {
 			ldr.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR,skinError);
 			ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,skinHandler);
@@ -168,5 +168,5 @@
 		if(skin.loaderInfo.url.indexOf('http') == 0) {
 			var ctx:LoaderContext = new LoaderContext(true,ApplicationDomain.currentDomain,SecurityDomain.currentDomain);
-			if(skn) {
+			if(skn || str.indexOf('/') > -1) {
 				ldr.load(new URLRequest(str),ctx);
 			} else {
