Web View Flash Video

davelt99

Member
Licensed User
Longtime User
I have a web view (wv1) that loads a web URL that contains a flash video file and player. All works well except that the only way to stop the video from playing is to turn off the phone.
I have an Exit button that calls:

wv1.StopLoading
wv1.Enabled=False
Activity.Finish

Is there another way to remove the webview??

Thank you,

Dave Tucker
 
Top