http command into <img> tag

liunx

Guest
I am trying to develop a web gui for xbox media center.<br />
<br />
One thing I am trying to do is to get an image of the screen to be displayed on the gui. The command is simple, but when I place the link in the src of the <img> tag it shows nothing except a broken image. When I right-click -> show image, though it actually shows the image.<br />
<br />
like this<br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://192.168.0.4:88/xbmcCmds/xbmcHttp?command=takescreenshot&parameter=images/test.jpg;true;0;1200;800;90;true;imgtag"></img><!--content-->Why are you closing the <img> tag at the end?<!--content-->to be xhtml compliant<!--content--><img src=http://www.webdeveloper.com/forum/archive/index.php/"http://192.168.0.4:88/xbmcCmds/....imgtag" /> <br />
(white-space forward-slash)<!--content-->thanks<br />
<br />
I've been checking it out and the command actually creates the image in base64 with it's own <img> tag, so I got it under control<!--content-->
 
Top