WXforum.net

Weather Software => Virtual Weather Station => VWS WeatherFlash => Topic started by: Andy Thompson on April 06, 2011, 08:18:26 PM

Title: WeatherFlash display not loading in website
Post by: Andy Thompson on April 06, 2011, 08:18:26 PM
With the help of Ken True, I have successfully embedded my Weather Flash display within his web templates. On the page I made for it, the Java script loads, but the display for the gauges and colors do not load. 
Here is my weatherflash portion of my website: www.madeliasliveweather.com/wxweatherflash.php
Any of you guys have a possible solution?

Kind Regards,
Title: Re: WeatherFlash display not loading in website
Post by: saratogaWX on April 07, 2011, 01:34:18 PM
Try changing
Code: [Select]
var so = new SWFObject("loader.swf?bgcolor=#3095c7", "loader.swf", 640, 480, "8", "#3095c7");
to
Code: [Select]
var so = new SWFObject("Loader.swf?bgcolor=#3095c7", "Loader.swf", 640, 480, "8", "#3095c7");
and see if that fixes the loading issue.

I can see your flash display by just doing http://www.madeliasliveweather.com/Loader.swf so WeatherFlash is working :)

Best regards,
Ken
Title: Re: WeatherFlash display not loading in website
Post by: Andy Thompson on April 07, 2011, 04:46:14 PM
Yes there we go! And the flyout menu is also not hiding. Thanks for your help Ken!!! Now I would like to know how to make it fill the rest of the screen?