Skip to main content
Participant
October 31, 2008
Question

FLVPlayback and key commands

  • October 31, 2008
  • 2 replies
  • 658 views
PLEASE HELP. I've only spent a couple of weeks working with Flash, and my head hurts. I'm trying to get the arrow keys to function as SeekNext and SeekPrev in FLVPlayback. I'm aware of the security issues with full-screen mode, but I plan on using the project as a locally-deployed projector or Flash player window.

Where am I going wrong?
This topic has been closed for replies.

2 replies

rob day
Community Expert
Community Expert
November 3, 2008
You have some extra parenthesis"
flvPlayer.seekToNextNavCuePoint()()();
should be:
flvPlayer.seekToNextNavCuePoint();
rob day
Community Expert
Community Expert
November 1, 2008
Try making the stage the target of the listener
GAGSoundAuthor
Participant
November 1, 2008
Since my initial post, I have modified the code some. I feel like I'm getting close, but when I press a key now, I get an error message as Output.


\\\TypeError: Error #1006: value is not a function.
at GettingClosewKeys3_fla::MainTimeline/Key()



Thanks for your suggestions!!
GAGSoundAuthor
Participant
November 1, 2008
I believe my problem now lies in the fact that I am trying to navigate to metadata cue points by calling a method that applies to "navigation" cue points. Is there an easy approach to scripting playhead movement using the metadata? I'M RUNNING OUT OF TIME! Please help!