azuma2015 / swfobject

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

Browser Zoom features don't work with swfObject #396

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Embed a swf with the embed or object tag
2. embed a swf using swfObject
3. go to view in your browser and select "zoom" of some sort

What is the expected output? What do you see instead?

Expected output is that you would see both swfs zoom/scale in the same manner.

Instead, the swf embeded with embed or object scales properly, while the
one embeded with swfObject clips and stays the same scale.

What version of the product are you using? On what operating system?

swfObject 2.2 all computers and browsers.

Please provide any additional information below.

Original issue reported on code.google.com by Daga...@gmail.com on 29 Oct 2009 at 6:15

GoogleCodeExporter commented 9 years ago
please...is this a bug?

Original comment by j...@masterlevel.de on 12 Sep 2010 at 8:44

GoogleCodeExporter commented 9 years ago
SWFObject 2.x writes an <object> element in all browsers (not an <embed> 
element because <embed> isn't a W3C standard). 

What you're encountering could be an issue with your browser's handling of the 
<object> element. Unfortunately there's nothing SWFObject can do about the 
browser's handling of <object>, so this isn't really a SWFObject bug. I suggest 
filing this in Adobe's Flash Player bugbase: http://bugs.adobe.com/flashplayer/

Original comment by platelu...@gmail.com on 7 Nov 2010 at 7:06

GoogleCodeExporter commented 9 years ago
To be clear, I suggest filing the bug in Adobe's bugbase because they can 
either fix the issue in their Flash Player or can work with browser vendors to 
ensure <object> behaves as expected for SWFs.

Original comment by platelu...@gmail.com on 7 Nov 2010 at 7:07