You may like to look at the FX Video component to get some ideas:
http://www.fxcomponents.com/flex-video-player/
--- In flexcoders@yahoogroups.com, "paulgrantgain"
wrote:
>
> Hi Manish,
>
> Thanks for the reply.
>
> The following methods are associated with buttons on the UI and none
> of th
Hi Manish,
Thanks for the reply.
The following methods are associated with buttons on the UI and none
of them work.
private function play(evt:Event):void
{
player.play();
}
private function stop(evt:Event):void
{
player.stop();
}
private
2 matches
Mail list logo