[Flash8] loadMovie: variables in URL problem... (kinda urgent)

[SIZE=2]Hello people, my first topic here!
I’ve been busting my *** off trying to find a solution to something I thought was going to be a piece of cake… The thing is, I have FlashVar sending variables from php to Flash, and that part works fine, flash gets the variable.
BUT I have a gallery, that should load an image, and the image path is in the variable. So basically, the part of the URL field in loadMovie should be the variable’s value… That just doesn’t work :frowning: I’m kinda stressed out because I have a really short deadline and I was stupid enough to assume this will be doable…

_targetMovieClip.loadMovie(“http://www.site.com/resources/VARIABLE-VALUE/1.jpg”) - doesn’t work…

I would really appreciate any help I can get from you guys on this issue… Is there any way to achieve getting the image to load into the swf using the variable?

Thank you in advance!
[/SIZE]