[Solved] Flash AS3 UILoader not loading content

#1
I have a website made in flash cs5 with AS3. The site uses an UILoader for preloading the website (preloader.swf calling actualContent.swf inside).

The site works fine in my local and other servers.

However when I uploaded it to a lightspeed server, the preloader seems to appear but not working and no content is loading. By 'only' calling the actual content.swf without a preloader.swf in html everything seems fine.

(by "seems to appear" I mean, I can select the textbox which is empty and not counting the percentage, just nothing)

any thoughts ?
 
#3
That's the big problem. I think because of the error happens inside the swf file by trying to load another swf file from server, there is nothing in error logs. Could it be about any settings on php.ini

This is on litespeed : http://www.mypide.com.tr/v2/

This is on another server : www.ergunyildiz.com/mypide


For now I got the solution by calling the site from another server with iframe.

litespeed version is : 4.20
 
#6
I changed the swf name that was called inside, made it shorter, and now it's working fine. First I thought of a uppercase lowercase situation. But no luck. so I made it 3 chars and it works fine now.
 
Top