Flash in FireFox
If you use Mozilla Firefox you may have come across Flash sites that don't render properly - part of the Flash movie ends up off-screen or is displayed with incorrect proportions. A solution can be found
here.
When you publish your movie Flash will generate the following HTML header:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
FireFox appears to have problems with the XHTML reference and this really becomes problematic if you're publishing your movie with percentage settings. If not then you probably won't encounter any problems.
One solution for Flash-only sites is to replace the above line of code with <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
There is also an alternative method described, which uses HTML4 along with a StyleSheet, to ensure you keep the link to the dtd file. Thanks to Egg for coming up with a solution to this nagging problem!
ARCHIVES

nwebb.co.uk - flash tutorials, php and more.