I'm trying to dynamically download images resources to use in a view I'm creating. I'm able to get the image, but I'm having a couple of problems. For example, with this code:
<canvas height="180" debug="true"> <view resource="http://localhost:8299/resources/icons/rmg.png"/> </canvas> I see the image corresponding to 'rmg.png', but the bottom and right sides are clipped off. The image itself is 16 x 16 and displays fine if I just access it from the browser. Why would the image be clipped and is there a way to fix that? Relatedly, some of the images I would like to use are in .ico format. For example I would like to be able to display a favicon associated with a web site. However, it seems that OpenLaszlo does not support .ico files. Is this a Laszlo limitation or a Flash limitation? In some cases I have control over the image and could create a PNG file, but in other cases I don't have control over the image. Is there a way around this problem? Thanks! -- James Howe _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
