Hi

I am trying to display image from the database. eg my url:

http://image.olas.net/image?assetId=3AD541ED-26AB-4D47-B5E2-101995447A71&action=dbBinary

This link work fine in a browser, but I try to used it in my mapview, it doesn't work. My image is store in the database.

Please could you help.

Many thank


Data File

{

       "Element" :           "Poster",

"Film" : "Starsky & Hutch", "Classification" : "Retail", "Stage+Name" : "Artwork-Local", "Google+Ref" : "34.462425, -89.147104", "Status" : "Cancelled (ArtLoc)", "type" : "Item", "Job+Number" : "516303", "label" : "Starsky & Hutch", "Country" : "Scandinavia", "Date+Last+Updated" : "May 13 2004 12:00AM", "year" : "2004-5-13", "imageURL" : "http://image.olas.net/image?assetId=3AD541ED-26AB-4D47-B5E2-101995447A71&action=dbBinary" }


HTML File


<img ex:src-content=".imageURL" alt="No Image" />
       </td>
     </tr>	
  </table>

</BODY>