Video container and Sprite(button)

Hello,

Am I missing something or it is just flash? :slight_smile:

Well I have a PlayerVideo which extends Sprite and have 3 children:

  1. flash.media.Video
  2. flash.display.Sprite as PlayPause button
  3. flash.display.Sprite as MuteUnmute button

The thing is that when I have video attached to PlayerVideo, button mouse
events are not working, when not Sprite buttons are working ok.

Have anybody ever had something similar ? Mybee some workaround?

I have tried wrap with MovieClips and Sprites, but it is the same effect,
and Yes I have put buttonMode and mouseEnabled to true for buttons.:slight_smile:

Still no ideas ? :slight_smile: