Hi there,
I have a flash page with two instances of the flvPlayback component, both with separate flv loaded into them.
My problem is, if I choose the ‘fullscreen’ button on the first flvplayback component, it goes fullscreen but shows the flv loaded into the second player, not the first.
I guess what is happening is that the allowFullscreenTakeover parameter of the second flvPlayback component is the last to be set, so its this player that takes over the screen. But how can I resolve this so that you can go fullscreen on both players? If there was a way on intercepting the fullscreen method sent from the skin I could modify it to that the allowFullScreenTakover is set to true only on the correct player, but not sure how to do this. Or is there another way?
Many thanks,
Sam