Bug when fitting swf to the browser in firefox
Sometimes even big company’s sites do this mistake…
Firefox has a problem when you want to fit swf to browser.
To avoid this, change HTML that is made by flash…
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
to
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>




