Extern load picture throught txt

I need help… I have a swf file which should load a jpg from a folder throught txt… It works fine at my comp but not on a web server… pls help me out…

Hey I don’t seem to have any problem with it - I put it up on my test server:

http://203.167.203.115/webpage/test/house.htm

and it loads just fine - don’t forget to ditch the 2 /'s in the lines:

<param name=“movie” value=“HEREPicture%20project.swf”>
<param name=quality value=high>
<embed src=“AND HEREPicture%20project.swf” quality=high

in your .htm file - all I can think of screwing it up maybe.
cheers.

thx