Right. so I uploaded my site to my main server here http://kar404.50megs.com/TEST/index.htm and also redirected my new sub-domain to this SAME file with [url=“http://%20karlsphotography.nstemp.com/”]http:// karlsphotography.nstemp.com This first one works and the second one freezes up! I’ve searched the forums and thought i had a work around for loading external movie clips with this code:
System.security.allowInsecureDomain(“http:// karlsphotography.nstemp.com", "[url=“http://kar404.50megs.com/test”]http://kar404.50megs.com/test”);
my_lc.allowInsecureDomain = function(sendingDomain) {
return(sendingDomain==“http:// karlsphotography.nstemp.com” ||
sendingDomain==“http://kar404.50megs.com/test”);
}
But it is a no go. Any help would be appreciated. And, yeah, my site is flash noob heaven!