I have been trying to figure out how to target and play cue points in a flv file from html links on a page. Maybe someone has done this before and knows a method that works. In the meantime I came across this excellent example of how to control a Flash movie with Javascript using the ExternalInterface Class by Medyman ... http://www.visualbinary.net/files/tu...ernal-api/as2/

The example shows how to make the swf jump to frames and I have been trying to change the scripts from the numbered gotoAndStop to numbered (or named) findCuePoint in a flv. It seems as though it should be really simple to subsitute the calls and variables but I am just not able figure it out. Any help would be greatly appreciated!!!!