OnPress navigates to a Cue Point in FLV?

Hey All -

I’m trying to use some buttons to navigate through an FLV with cue points. Here is an example of the code I’m using so far, but I’m getting an Invail Seek error in my output.

Any help would be great. Thanks!

[AS]
photochromic_but.onPress = function() {
FLV_player.seekToNavCuePoint(“Photochromic”);

};
[/AS]