Announcement

Collapse
No announcement yet.

Video Object in FullScreen can not controlled by keyboard?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Video Object in FullScreen can not controlled by keyboard?

    I found use video object playing video when it in FullScreen state cannot be controlled by keyboard?
    ( When the window is in a normal state, it can be controlled by keyboard )

    and use MediaPlayer is same cannot be controlled by keyboard , Whether in the regular window or fullscreen !

    pls~!

    who can tell me : how can be controlled by keyboard in FullScreen state!!!!

  • #2
    Hi
    use keyboard Esc key - made example
    Cheers
    Video_Fullscreen.apz

    Comment


    • #3
      Originally posted by colc View Post
      Hi
      use keyboard Esc key - made example
      Cheers
      [ATTACH]n298205[/ATTACH]
      (⊙o⊙)… The ESC key can controlled the Video_Object return normal state from FullScreen state.

      soory I don't have a clear account of the situation,
      In fact, I found that other keys such as arrow keys, page keys, and letter keys can not controll video_object when it playing in FullScreen state.

      I expanded your demo and give directions. (thanks for your demo, I know how to package the items)

      ________________________The code is filled in the [on_Key] trigger part in the PAGE region__

      if e_Key==39 then
      Video.Seek("Video1", SEEK_FORWARD, 2);
      elseif e_Key==37 then
      Video.Seek("Video1", SEEK_BACKWARD, 2);
      end
      __________________________________________________ ___________________________




      Attached Files

      Comment


      • #4
        Hi @ webwudi,
        Sorry I misread your post
        I think e_Key won't work because you don't have focus in FullScreen mode
        if you use MPlayer plugin you get control panel at bottom of screen - you can seek from there but
        it still won't work from keyboard.After doing searching I think it can be done by using an old style plugin
        called keystrokes.dll (still works in AMS8).

        Video_Fullscreen_Ct2.apz

        Comment


        • #5
          Hi @ colc
          Thank you very much for your reply, But where can I download this plugin? keystrokes.dll and for the use document...

          I really don't know what to do ....

          Comment

          Working...
          X