FLV Playback Buffering

Hi

I am working on an FLV playback. In this FLV Playback I have created few cuepoints with the ADDASCuepoint method. And for all these cuepoints I have some buttons…1 button for 1 cuepoint…When 1 clicks on a button the user is directly taken to the cuepoint attached to that particular button…

Now what I want to do is that I want to make these buttons disabled till the movie is loaded or buffered till that particular cuepoint…That is lets suppose I have a button ‘A’ and its cueTime is 20.000 seconds, and some more buutons with later cuepoints, so I want this button should be disabled till the time the buffering of the FLV till this point is done…and as soon as movie crosses this buffering point…this button gets enabled…

I have been wondering how to do this…Any help would be highly appreciated…

Thanks in advance.

Listen for the NetStatus bufferfull event.