ouyang789987 / swfobject

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

expressInstall.swf doesn't work when wmode='gpu' #612

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
expressInstall.swf doesn't work when wmode is 'gpu' like this.

swfobject.embedSWF("test.swf", "test", "800", "600", "11.0.0",
"expressInstall.swf", {}, {wmode: 'gpu'});

delete par.wmode; should be added to around line 338 of showExpressInstall().

Original issue reported on code.google.com by yukoba on 30 Dec 2011 at 5:30