namouch / swfobject

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

Opera flash bug #605

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using Opera browser on remote host
2. Using lazy load script of swfobject
3.

What is the expected output? What do you see instead?
If you use Opera on localhost everything works and flash will correctly send 
and recive cross-domain requests. But if I use it on remote(production) 
computer - it does not work enough.

What version of the product are you using? On what operating system?
SWFObject 2.2, Win7x64, Opera 11.52

Please provide any additional information below.
So, to create SWF I use embedSWF function
window.swfobject.embedSWF( 'request.swf', obj.id, '1', '1', '11.0', 
'expressInstall.swf', {}, {wmode: 'opaque', allowscriptaccess: 'always'}, {}, 
function(e) {}
Every browser works correct, but Opera

Original issue reported on code.google.com by i...@progorod.su on 23 Nov 2011 at 2:28