PDA

View Full Version : Firefox issue regarding SWFObject transparency



Mciver
March 25th, 2008, 04:27 PM
Hello Forum,

I have a SWFObject that I want to show a certain section of it but when a link is clicked show the full SWFObject. What I've done was put the swf which has a height of 680px in a div with a defined height of 178px and an overflow:hidden. I have a javascript function called resize that defines the div's style height to 680px and then I call that function in my actionscript when the link is clicked. This works great in IE, Firefox and Safari, but in Firefox my overflow is not being hidden. Thank you in advance for any response.

Mciver
March 27th, 2008, 11:36 AM
Resolved my issue. It was the order of my Param's. I had my obj.write above my Param's when it should be stated last.