There is no response from the php file.. i use the FileReference's onComplete event handler to determine when to move to the next frame...

(ive noticed before that one issue when calling php files from flash is that MACS require the absolute url to the php file)..however all my paths are absolute now ..for e.g to upload the file

fileRef.upload("http://www.frameafriend.co.uk/imageupload.php?filename="+fileName);

I'm using the swfObject to embed the flash movie ( I havent tried any other way)

also all my slashes are forward slashes as you can see above..

very bizarre problem..

Thanks for the help