Announcement

Collapse
No announcement yet.

Embed WeatherUnderground

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Embed WeatherUnderground

    Any way embed WeatherUndergrounds rapid fire object into a HSTouch screen? below is the code for my station from the WeatherUnderground site:

    <object width="600" height="400"><param name="movie" value="http://www.wunderground.com/swf/Rapid_Fire.swf?units=english&station=KTXALLEN17" /><embed src="http://www.wunderground.com/swf/Rapid_Fire.swf?units=english&station=KTXALLEN17" type="application/x-shockwave-flash" width="600" height="400" /></object>

    Tried text box with the html part only, tried image with isvideo=true with no success.
    Thanks in advance,
    Tom

    #2
    Your best bet is to put that in a HTML web page and then put this page in the HTML directory in HomeSeer. Then in HomeSeer you can put the URL for this new page in the text element and set isHTML to true and it should then render the page.

    Comment


      #3
      Originally posted by mrhappy View Post
      Your best bet is to put that in a HTML web page and then put this page in the HTML directory in HomeSeer. Then in HomeSeer you can put the URL for this new page in the text element and set isHTML to true and it should then render the page.
      Cool. I used http://www.w3schools.com/html/tryit....=tryhtml_intro to test and works like a champ.

      Thanks!

      Tom

      Comment

      Working...
      X