Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have build a webview which loads automatically a specific Flash-File. The content of this file changes every day. I want to save/download this file in the assets folder when the user opens the application. So if there is no internetconnection availible, the app loads the old version of the file.

The url to the file looks like this: www.a-website.com/blabla/flashfile.swf

So I have a concret file destination.

I don't want a solution, which download it by opening the default webbrowser but one where the app doesn't have to be left.

How can I handle it, that my webview download this file when the file is done loading in the webview or onPageFinished()?

I didn't found a methode which could do this...

Hope my English is not too bad ^^

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.