fullcatrooms / swfobject

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

Safari bug for 100% height #320

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Safari browser only
2. embed flash using swfobject (1.0, 2.0, 2.1, 2.2 beta)
3. set scale param to noscale, set height 100%

What is the expected output? What do you see instead?
the swf should be displayed on the screen in 100%

What version of the product are you using? On what operating system?
1.0, 2.0, 2.1, 2.2 (beta)

Please provide any additional information below.
It just happens on Safari (windows, mac)

Original issue reported on code.google.com by jsa...@gmail.com on 4 Jun 2009 at 2:08

GoogleCodeExporter commented 9 years ago
This sounds like a generic Safari/Flash issue, not SWFObject related. What 
makes you
think this is an issue caused by SWFObject?

Original comment by bobbyvandersluis on 4 Jun 2009 at 2:43

GoogleCodeExporter commented 9 years ago
if you publish the same movie with CS4 using 100% height and 100% width the 
generated
html (and javascript), it works 100% on all browsers.

Original comment by jsa...@gmail.com on 5 Jun 2009 at 6:28

GoogleCodeExporter commented 9 years ago
I don't think that this is a SWFObject bug, I think it has something to do with 
your
particular implementation.

Just tested a SWFObject 2.1 dynamic publishing and a CS4 published page in 
Safari 4,
both worked correct, so I can't reproduce the issue.

Please resubmit the issue with a link to your implementation page in the 
discussion
group: groups.google.com/group/swfobject

Original comment by bobbyvandersluis on 5 Jun 2009 at 8:51

GoogleCodeExporter commented 9 years ago
I encountered the same problem. It was caused by tables with width=100% 
heigth=100%
containing the swfobject. Deleting or replacing them tables with a div cures 
the issue!
(thanx to http://www.flashforum.de/forum/showthread.php?t=234362 )

Original comment by De...@gmx.de on 9 Jul 2009 at 8:32