thank you for the coding

the coding that was provided outputted at the start each cue point in the video.

so my thoughts would be that the .flv video would be working as expected.

so this brings me to another problem.

if the video is working but the file is not working then would i be right to believe that the coding is not working.

as you can see, i was advised to change the event listener name

PHP Code:
var listenerObject2:Object = new Object();
listenerObject2.cuePoint = function....
video2.addEventListener("cuePoint", listenerObject2);

as i see it, this was unable to rectify my problem

any further help would be greatly appreciated

thank you for your time

adey