Hello everyone i have a strange problem. I am using swf object in one of my pages as shown below. The problem is when i am uploading files through the ip the flash is working fine and the completeFunction javascript is called. But when i am accessin the website through the domain (Created a subdomain and redirecting the url to the ip) the complete function javascript is not executing!!!!
You code doesn't seem to be implementing SWFObject at all. Also, even if you were using SWFObject, it is only used to embed the flash file on the page. Upload and cross doamin security type issues are really out of the scope of this forum.
You may want to try the general flash forums like www.kirupa.com/forum etc.
BTW - just looking at your non working example page (http://plm.exere.nl/Default1.aspx ) - you are getting a 404 after attempting an upload for http://87.249.97.229/exere/fileUpload.swd. So 1) you are displaying the flash file on one domain, but calling the upload location on another domain which means you will run into security sandbox issues 2) it is trying to find the flash debugging file fileUpload.swd which you haven't placed on the server.
Thanks for your comments. The Flash is been called properly but the only problem i am facing is the javascript not been called "completeFunction=javascript:window.alert('abcd');" I am trying to get the files into session after you click upload that part is working fine but after uploading of files to session i want the alert javascript to be called which is not happening.