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 ^^