Netstream.close(); doesn't work on air for android?
Hi,
I'm building a video app for android with air and I cant stop netstream from streaming a video.
When a video is playing the user can choose to move to the next video but the current video still streaming even when i call ns.close();. On the desktop it works.
Is this a known bug? or am i doing something wrong...
The code is the standart netstream method, and when i want to load a new video:
ns.close();
ns.play("some url");
I need to solve this issue and the app is finished! please help!
