when i compile my swf file with as3 on it i receive this error : the as code is : ill pay a programmer who can fix this.
Judging by the error message, it seems like flash is unable to locate your file or the file isn't where it supposed to be. Or it can't read from that file....as io error indicates. I have checked the code in my PC. When I throw in a dummy "imagetr.php" in the same directory(default) with the fla file with your code, it doesn't show that particular error message. Though I am getting some error message, they are all due to the dummy php file which is empty. So make sure the url address is correct. But I am sure you must have considered the possibility.
If the swf is in a domain other than that where the php script is, it will be unable to access the php script without proper crossdomain xml authorization, moreover check to see if the swf was published while having the access network only option (and not access local files).