简体   繁体   中英

Using the Internet in a mobile Flex application

I am building a mobile Flex application, and I need to access the internet during my program in order to return some data in a pdf file.

First of all, I want the application to use the internet in the background. So, I do NOT want the app to transfer to the web browser.

Also, my app allows the user to enter certain information, which will be needed to access the website ie username and password. I want this information to be entered automatically without the user going to the website and entering the information.

Lastly, is there a way I can get the information off of the pdf file, or do I have to return the entire file to the user?

As you can probably see, I am extremely confused about how to access the internet with my specific requirements. I have heard about HTTPService and navigateToUrl... but I don't know which is more suitable for my conditions.

Thanks for all of your help (this is my first Flex program) :)

如果您不想使用来切换应用程序或其他功能,请使用简单的URLLoaders并在后台加载页面。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM