This content has been marked as final.
Show 3 replies
-
1. Re: NetStream doesnt stop streaming...
Hakan KIRIK Nov 11, 2010 4:25 AM (in response to polatkanfatih)try:
connection.connect(null);
connection is the connection of your NetStream -
2. Re: NetStream doesnt stop streaming...
Andrei1 Nov 11, 2010 4:44 AM (in response to polatkanfatih)If video is progressive (loaded with http request), once it is requested - it will load completely to memory even if you close NetStream - the same as with other files like imges, etc. If you video is streaming - it will stop.
-
3. Re: NetStream doesnt stop streaming...
polatkanfatih Nov 11, 2010 4:49 AM (in response to Andrei1)yes, i stream via http request, and as you said and as i search, there is no way to stop the streaming after requesting it.....

