ouyang789987 / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

moved flash object #475

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Created flash object by swfobject.embedSWF("FileUpload.swf", flashName, 
"386px", "54px", "9.0.0", "expressInstall.swf");
2. And when Called Flash Function flashObj.UploadFile(url); there is no 
problem.. it works properly..
3. flasjObj container table moved to an other table cell inside.
4. And Called again Flash Function flashObj.UploadFile(url);
but it gives "unknown exception" error, 

when "instance.CallFunction" works appering the flowing code
function __flash__addCallback(instance, name) {
  instance[name] = function () { 
    return eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>"));
  }
}

it works on firefox but it doesnt work on ie 7 and 8, in windows 7 .

I need your help because I can't find where and what is the problem. I already 
searched by online, tried too many ways to solve problem but i couldn't. 

thank you very much for your help and time.

best regards. 

Original issue reported on code.google.com by 24a...@gmail.com on 8 Jun 2010 at 9:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
swfobject ver 2.2

flashName is container div id

Original comment by 24a...@gmail.com on 8 Jun 2010 at 10:10

GoogleCodeExporter commented 9 years ago
i attach test files.. plase run on localhost..

Original comment by 24a...@gmail.com on 8 Jun 2010 at 2:41

Attachments:

GoogleCodeExporter commented 9 years ago
Please post authoring questions to the swfobject list, as this does not seem to 
be a bug, but a coding question.

Original comment by aran.rhee@gmail.com on 12 Jun 2010 at 8:00