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
Post a Comment