Here is the link
http://alvotechnologies.com/demo/fungi/
when resizing the window, swf objects overlaps??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have not dictated a minimum size for the window (or say, body element or a div element) so the browser does not know it needs to produce scrollbars at any particular resize point. Since the browser continues to shrink your SWF, the SWF repositions its elements at the smaller and smaller sizes until they overlap. This isn’t strictly a flash problem, but a CSS problem.
Edit: You’ve also told the SWF Object to not scale the content, which when combined with no minimum size forces overlap.