Question
netstream problem
hi
wondered if someone could help with a problem that is rapidly turning into a disaster... We are currently developing a video uploading/viewing site,where users can create own channels and all that jazz. Built fully in flash. Now the problem we are having is this....
When a user is watching a video and decides to skip back through the site (to another channel as an example) BEFORE the stream has downloaded then the site hangs saying it cannot find the xml that it has been asked to load in(to make the channel display). After testing this works fine if the stream has fully loaded in. You can skip back and forth at your leisure. But if u decide to move before its streamed our function call to close the stream is called, but it doesn't physically close the connection (from the documentation this is how its meant to be). My question really is....is there a way to physically close that connection so that our site can continue to download additional data? any help on this would be great.
As reference we are using:
as3
and NOT using any straming server set up, purely http
wondered if someone could help with a problem that is rapidly turning into a disaster... We are currently developing a video uploading/viewing site,where users can create own channels and all that jazz. Built fully in flash. Now the problem we are having is this....
When a user is watching a video and decides to skip back through the site (to another channel as an example) BEFORE the stream has downloaded then the site hangs saying it cannot find the xml that it has been asked to load in(to make the channel display). After testing this works fine if the stream has fully loaded in. You can skip back and forth at your leisure. But if u decide to move before its streamed our function call to close the stream is called, but it doesn't physically close the connection (from the documentation this is how its meant to be). My question really is....is there a way to physically close that connection so that our site can continue to download additional data? any help on this would be great.
As reference we are using:
as3
and NOT using any straming server set up, purely http
