Question
Two videos side-by-side with shared controls?
I've tried assigning the same controls to two different
FlvPlayBack components, e.g....
my_FlvPlayback1.seekbar = my_seekBar
my_FlvPlayback2.seekbar = my_seekBar
Also tried associating two MediaDisplays to the same MediaController. No luck. The controllers only ever control one video and/or behave erraticly
Any suggestions? Do I need to build my own player from scratch? I'm using Flash 8 but can upgrade...
my_FlvPlayback1.seekbar = my_seekBar
my_FlvPlayback2.seekbar = my_seekBar
Also tried associating two MediaDisplays to the same MediaController. No luck. The controllers only ever control one video and/or behave erraticly
Any suggestions? Do I need to build my own player from scratch? I'm using Flash 8 but can upgrade...