FLVPlayback, bandwith useage

Hello you all, here is my problem :
I am streaming a video with FLVPlayback, at some point I also load other swfs in my application (using Loader class, standard loading procedure).
The problem is, when the video is streaming, loading these clips takes huge amount of times because all the bandwith is used for streaming…

SO I would like to either :
-Pause the stream without deleting it (not using close() method) because I want to continue where I was after the loading is complete.
-Limit the bandwith ratio used for streaming
-Any other solution you may ever think of.

Any ideas, clues, anything???

Thanks!