quote:
Originally posted by luisillo
code:
<Element xsi:type="ImageElement" Id="Img5">
<Position Top="5" Left="86"/>
<Image><Name>WHAT-SHOULD-BE-HERE???</Name></Image>
</Element>
make a directory in you scripts file ('C:\Program Files\Messenger Plus! Live\Scripts\CreateChildWnd' is the directory for the script im working on currently). so create a directory called 'Images' and save your image in there (as png format i don't really know if any other formats work yet can anyone c/d that jpegs and stuff still load)
and then your code should be
code:
<Element xsi:type="ImageElement" Id="Img5">
<Position Top="5" Left="86"/>
<Image><Name>name-of-image</Name></Image>
</Element>
*note* don't put the file extension, i know it definately works on png files like this.