Buffering a NetStream video; IE issue

Hi again,
I’m working on a video player which loops multiple video files from array.
For this I’m using NetStream.

This swf file is set up on my website which I’m currently testing.
Till now I’ve tested my file in standalone flash player
and also directly on my site in Firefox.
It worked perfectly until I’ve checked it in Internet Explorer.
My animation is flashing only the last frame of each video from time to time.

Ive checked for different solutions like modifying SwfObject and what not…
I’ve noticed that this piece of code is the cause:

stream.bufferTime = 4;
timer = new Timer(Timer_Dalay);
timer.start();

I have put this code in the video initiation function so to resume
my paused stream each time it buffers 4 sec. of my video.

There must be some timing issue specifically in IE which I can’t understand.
Any idea, please?