I am using urlloader to load a tiff file from the server.
Then i get it as ByteArray and show the image in a popup window.
var bytes:ByteArray = urlloader.data as ByteArray; i use the TIFFbaselineDecoder to decode the bytes and open a popup to show the bitmap. Works nicely.
Now, i want to do the same thing for a pdf file. How can i show the pdf file in a window from the bytearray.
让我知道。
Thanks
Vish