PDA

View Full Version : looking for a method of the media player to...


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");


???

Navarone
03-09-2007, 08:58 PM
You might try

myMedia.setMedia("", "");


What kind of data are trying to transfere? Do you mean your web page elements are loading because your flv is streaming in?