[flexcoders] Re: Using Flash Symbols in Flex.

2009-01-05 Thread valdhor
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

[flexcoders] Re: Using Flash Symbols in Flex.

2009-01-03 Thread paulgrantgain
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