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.