basically what i am doing is launching a flash file (playing music) in the background of the application via web browsing, and when I want to stop the music, I just download "about: blank"
I want the flash file file to work (music) when my application is paused (which works just fine so far) the problem is when the application resumes, clicking the pause button starts a new web view instead of changing the link in the previous one and the sound don't stop
The only solution I found was to kill the process and restart the application, but it is impractical, any idea on how to still be able to use the same webview when resuming the application?
Update: I think I wasnβt clear enough, I have a web browser widget declared as βgoneβ, I only need the form of the audio file that I run in the web browser so that the βplayβ button loads the URL, contains the file flash memory (so the user hears the music and does not notice that I am using web browsing), when I press the "Back / Home" button, the music does not stop (I like it that way), but when I go back and click on play again, it loads a different url on the new page, you get double music
source
share