problem swiching display
Hi,
I have midlet wich "streams" video from webcam. This streaming is made in seperate thread and image is repainted each time when it is received. Problem ir this when user click "back" then I want to instantly show another Form to user and stop this webcam thread and skip all remaining bytes in inputstream. But it didn`t work, what is correct way to do this?
Thanks.

