Hi, is it possible to download files in a Flex app from the server to the user by calling a php script that only allows the download if a user is authorized? I know how to handle the authorization check.. it is more about if there is a way to echo or send the data or whatever by a php script instead of directly linking to the file from within flex???

