hi guys, I’m a newbie in Flash. I’m a java developer. Lately I’m trying to solve this problem of mine regarding the Loader component in Flash. Here is the situation:
[COLOR=DarkSlateGray] I have my swf (embedded in a JSP page) deployed in Sun Application Server.
My swf contains a Loader component which loads image through accessing the url of my servlet. This servlet of mine returns an image. Now, when i try it inside our network, it works both for IE and FireFox. But when i try it on an external network, the Loader loads the image for IE but it doesn’t for FireFox. I’m doubting it is an acess problem since it works in IE. I’m thinking it is more of a browser problem. But i’m not that really sure. And I really need help here. This problem is driving me nuts.[/COLOR]