Skip to main content
Known Participant
April 11, 2018
해결됨

How to Add click EVENT to movieclip with video

  • April 11, 2018
  • 2 답변들
  • 382 조회

Hi,

I have video clips within movieClips added to the stage. I want to add a click event handlers to them but it only seems to work with images. Is this possible in any way? It seems that the video controls may be interfering. Also - how can I customize the controls, e.g., remove certain buttons like "download". Additionally, how can I do things like change the playbackRate like I can in HTML5 code?

Thanks!

    이 주제는 답변이 닫혔습니다.
    최고의 답변: Preran

    How do I add event handlers to video clips within movie clips - Not the expert but I don't think this is possible.

    Customize controls: See Creating a custom flash player?

    Change playback rate: Change the playback speed of a MovieClip

    2 답변

    Preran
    Community Manager
    PreranCommunity Manager답변
    Community Manager
    April 16, 2018

    How do I add event handlers to video clips within movie clips - Not the expert but I don't think this is possible.

    Customize controls: See Creating a custom flash player?

    Change playback rate: Change the playback speed of a MovieClip

    khussie작성자
    Known Participant
    April 12, 2018

    I have been able to add a graphic below the video in the parent movieclip as a click area, but I cannot position it above the video.