0 Members and 1 Guest are viewing this topic.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US"><head><meta http-equiv="content-type" content="application/xhtml+xml; charset=ISO-8859-1" /><meta name="keywords" content="MesoMap Live, Weather Display, Weather Display Live, Weather Station, Weather Software" /><title>Weather Display Live</title><script type="text/javascript" src="../weather/flashobject.js"></script><style type="text/css"> /* hide from ie on mac \*/ html { height: 100%; overflow: hidden; } #flashcontent { height: 100%; } /* end hide */ body { height: 100%; margin: 0; padding: 0; background-color: #ffffcc; }</style></head><body bgcolor="FFFFCC"><!-- URLs used in the movie--><!-- http://www.weather-display.com--><!-- text used in the movie--><!-- WeatherDisplayLive for Weather Display, the Number One in Weather Station Software--><div id="flashcontent"><strong>You need to install a flash player, or upgrade your flash player.</strong></div><script type="text/javascript"> var fo = new FlashObject("http://www.rawbits.com/weather/wdlv4_11.swf?http://www.rawbits.com/weather/wdlconfig.xml", "wdlv4_11.swf", "100%", "100%", "7", "FFFFCC"); fo.write("flashcontent"); fo.addVariable("quality", "high"); fo.addVariable("wmode", "transparent");</script></body></html>
I had this same problem.With FF, WDL screen was very small if I set WDL using "%" with width and height.Then I remove two lines from my code;"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"they are the first 2 lines with the "Carter Lake templates"After this, all is fine and now I can use "%" and WDL screen is normal size also with FireFox.
Guys, I tried finding the part to cut off so that my WDL will work properly in firefox, but i cant seem to find it.. some help pls?