Here is an example

var imageTypes:FileFilter = new FileFilter("Images (*.jpg, *.jpeg,
*.gif, *.png)", "*.jpg; *.jpeg; *.gif; *.png");

var textTypes:FileFilter = new FileFilter("Text Files (*.txt, *.rtf)",
"*.txt; *.rtf");
var allTypes:Array = new Array(imageTypes, textTypes);
var fileRef:FileReference = new FileReference();

fileRef.browse(allTypes)



On Tue, Dec 8, 2009 at 1:00 PM, baskaran rajenran <baskara...@gmail.com>wrote:

> hi.
>
>        How can i set file filters in flex for save, not for browse?
> Right now i am using filereferce class for saving purpose but i could
> not able to set filter .
>
> Any solution ?
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to flex_in...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com<flex_india%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>
>


-- 
Thanks & Regards,
K. Krishna Chaitanya
ARIJASOFT - HYD

--

You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.


Reply via email to