I have IR devices set up in HS and I am using the Remote Controls script/ASP page by Jeff Farmer to create the web page. However when I call up the page from another computer on my home network the image files that I am using for the buttons are not showing up. I am getting a blank square with an x in the box. I am not sure how to get the images to show up. All the other web pages I have they work on. Any ideas? Thanks.
Announcement
Collapse
No announcement yet.
IR Devices
Collapse
X
-
Images need to be referenced using a web like path.
From what you describe you probably have a path something like this:
<pre class="ip-ubbcode-code-pre">
c:\program files\homeseer\somedirectorys\someimage.gif
</pre>
For the images to work from any computer you need a path that starts in the root HTML directory. You use a / to tell the browser to start in the root directory. So enter something like this:
<pre class="ip-ubbcode-code-pre">
/images/someimage.gif
</pre>--
Jeff Farmer
HS 3, HSPhone
My HS3 Plugins: CFHSExtras, Random, Restart, Tracker, WeatherXML, PanaBluRay
Other Plugins In Use: APCUPSD, BLOnkyo, Device History, EasyTrigger, HSTouch Server, PHLocation2, Pushover, RFXCom, UltraGCIR3, UltraMon3, UltraPioneerAVR3, X10, Z-Wave
Hardware: GoControl Irrigation Controler, Schlage Lever Lock, Schlage Deadbolt, Way2Call Hi-Phone, RFXCom RFXrec433 Receiver, WGL 800, TI-103, Z-Net, Pioneer 1120, Pioneer 1021, Pioneer LX302, Panasonic BDT-110, Panasonic BDT-210 x2
Comment