<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi guys - <br>
    <br>
    We have a cms that we are adding open clipart searching to however
    we need to be able to find the height of a image like this <a
href="http://www.openclipart.org/image/250px/svg_to_png/warszawianka_weather-storm.png">http://www.openclipart.org/image/250px/svg_to_png/warszawianka_weather-storm.png</a><br>
    <br>
    <span style="font-weight: normal;"></span>Currently the rss results
    for a search dont give us that. (we actually do a string replace on
    the URL to get the PNG version of the SVG which is not very optimal
    but gets the job done).<br>
    <br>
    +++++++++++++<br>
    <pre id="line1">      {
         "title":"tango weather storm",
         "link":"<a class="moz-txt-link-freetext" href="http:\/\/">http:\/\/</a><a class="linkification-ext" href="http://www.openclipart.org" title="Linkification: http://www.openclipart.org">www.openclipart.org</a>\/detail\/30163",
         "pubDate":"2010-03-08 06:59:39",
         "description":" Weather icon from Tango Project: <a class="moz-txt-link-freetext" href="http:\/\/tango.freedesktop.org\/Tango_Desktop_Project\n">http:\/\/tango.freedesktop.org\/Tango_Desktop_Project\n</a><<span class="start-tag">br</span>><<span class="start-tag">br</span>>\nTango Project icons are Public Domain. ",
         "enclosure":
         {
            "@attributes":
            {
               "url":"<a class="moz-txt-link-freetext" href="http:\/\/">http:\/\/</a><a class="linkification-ext" href="http://www.openclipart.org" title="Linkification: http://www.openclipart.org">www.openclipart.org</a>\/people\/warszawianka\/weather-storm.svg",
               "type":"octect\/stream"
            }
         },
         "guid":"<a class="moz-txt-link-freetext" href="http:\/\/">http:\/\/</a><a class="linkification-ext" href="http://www.openclipart.org" title="Linkification: http://www.openclipart.org">www.openclipart.org</a>\/detail\/30163"
      },
</pre>
    <br>
    +++++++++++++<br>
    <br>
    Also we need a crossdomain.xml file at the root of open clip art.
    This allows Adobe Flash apps to access files on the server -
    currently we get the below error.<br>
    <br>
    Warning: Failed to load policy file from
    <a class="moz-txt-link-freetext" href="http://www.openclipart.org/crossdomain.xml">http://www.openclipart.org/crossdomain.xml</a><br>
    <br>
    Add this to a file at your root(from <a
href="http://resources.esri.com/help/9.3/arcgisserver/apis/flex/help/index.html#references/using_crossdomain_xml.htm#">http://resources.esri.com/help/9.3/arcgisserver/apis/flex/help/index.html#references/using_crossdomain_xml.htm#</a>).<br>
    <br>
    <pre class="syntax"><?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "<a class="linkification-ext" href="http://www.adobe.com/xml/dtds/cross-domain-policy.dtd" title="Linkification: http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">http://www.adobe.com/xml/dtds/cross-domain-policy.dtd</a>">
<cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    <allow-access-from domain="*"/>
</cross-domain-policy></pre>
    Thanks,<br>
    Wayne<br>
    <br>
  </body>
</html>