Hi,
The last few days I’m struggling to get a file-upload working. My testfiles worked fine but since I embedded the file-upload into a bigger project it’s not working the way I would like it to.
I’m using the fileReference class (and PHP) to upload and the file acutally gets uploaded into the directory I want it to, but the onComplete-method never shows up in my Flash-movie (neither is the onProgress for that matter). This is very annoying because I need it to fire other scripts if the upload succeeded.
I suppose it has something to do with the fact that the swf that handles the upload is loaded into another swf using the MovieClipLoader class. Does anybody know how this onComplete-method works with an swf loaded into another swf? I mean where is this return-value (can I call it that?) going? Obviously it’s not arriving at the swf where the listener resides.
Any suggestion is much appreciated.
Sabine