Interviewer And Interviewee Guide

SWFObject Interview Question:

How to avoid that extra whitespace is created underneath my SWF?

Submitted by: Administrator
When using dynamic publishing and a strict HTML DOCTYPE Firefox, Safari and Opera may create a few pixels whitespace underneath your Flash movie.

To avoid this make sure that your object element is set as a block level element, which can be achieved with the following CSS style rule:

<style type="text/css" media="screen">
object { display:block; }
</style>
Submitted by: Administrator

Read Online SWFObject Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.