Hello,
Am I missing something or it is just flash?
Well I have a PlayerVideo which extends Sprite and have 3 children:
- flash.media.Video
- flash.display.Sprite as PlayPause button
- 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.
Still no ideas ?