Random load in the timeline

Hello,

First, sorry for my english

I have a problem. I’m noob… mmh not this, huhu.

I’ve create a .flv movie in a webpage. I include code that can loop this video. To this point all works fine…

code for the loop:
**LecteurVideo.addEventListener(“complete”, boucle);

function boucle(evtObj){
evtObj.target.play();
}
**
But, i want a specific thing: when u load the page the movie clip start at differents points of the timeline, like a random. And it continues to play to the end and loop to the beginning, to the end, to…

So my problem is to include code that can random the first play.

Thx!!!