actionscript 3 - How to display an image in flex with Content-Type: image/jpeg? -


I have an .aspx page that generates thumbnails It takes an ID and gives an image with feedback -type: image / jpeg

How do I show this image in Flex?

I believe this should work:

  & Lt; Mx: Image source = "http: //localhost/webform.aspx? Id = 1" />  

You can explicitly set the source to the action script or bind the URL You can create eligible strings so that you can pass in the id.


Comments