[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

[flexcoders] Using Flash Symbols in Flex.

2009-01-03 Thread paulgrantgain
Hi Everyone, I'm trying to use a Movie Clip that I created in Flash CS4 in Flex. I am using Flex builder 3 as my IDE. I have read the following blog: http://www.gskinner.com/blog/archives/2007/03/using_flash_sym.html I can get the first frame of the Movie Clip to display in the Flex test applic

[flexcoders] Programatically scrolling to a newly created directory in the FileSystemTree

2008-12-01 Thread paulgrantgain
Hi I am using the FileSystemTree component to view the filesystem. I have a button below the tree which adds a new subdirectory to the currently selected directory. When there are too many subdirectories for the viewable area the new subdirectory is added to the tree but is out of view. What is t