mojito
03-08-2007, 12:41 PM
Hi guys
I had some really strange behaviour like serial streaming of an FLV in the background stopping all other transfer of data, i.e. until the flv was loaded nothing else could load causing problems.
Does anyone know how to cancel a flv downloading once it has started, im trying something like
VideoDisplay is my component this action will happen after it starts to stream something.
VideoDisplay.setMedia(undefined, "FLV");
???
I had some really strange behaviour like serial streaming of an FLV in the background stopping all other transfer of data, i.e. until the flv was loaded nothing else could load causing problems.
Does anyone know how to cancel a flv downloading once it has started, im trying something like
VideoDisplay is my component this action will happen after it starts to stream something.
VideoDisplay.setMedia(undefined, "FLV");
???