Www prefix

Hi fellows, I have one tiny problem to solve. Flash application needs external images for galley.
When url adress in browser has been types with http://www.domain.com it’s works, when http://domain.com it desn’t. The paths are http://www.domain.com/gallery/pic01.jpg"

I’ve added Security.allowDomain(“http://www.domain.com”); to the code, but it didn’t help me.