Loading image to movieclip - Security settings?

Hi,

I’m loading jpg to videoclip and it works on Flash IDE preview, but not in published .swf (IE)(It doesnt load images)

How to make it work?

I have tried adding
System.security.allowInsecureDomain("");
System.security.allowDomain("
");
But no difference…

*edit: I’m viewing the published swf in network drive, the images would be loaded from intranet http, is that a problem?