Re: [flexcoders] Pb with Directories

2010-02-16 Thread Booking Heaven
I prefer to use a Class for images or icons like this package {     public class Icons     {         [Embed(source=icons/16x16/warning.png)]         public static const warning_16:Class; } } in your mx:image , write like this : mx:image source = {Images.warning_16} / hope it works;

Re: [flexcoders] A security question...

2010-02-10 Thread Booking Heaven
The best thing you have to do is you should encrypt it in client side before it is passed to webservice (whatever it is, https or http) because man in middle attack can tap your creditcard information before it is passed to webservice. Reinhart --- On Wed, 2/10/10, Laurence

Re: [flexcoders] Re: A security question...

2010-02-10 Thread Booking Heaven
, February 10, 2010, 9:32 PM   Well, I guess that begs the question -- is there an easy way to encrypt something in Flex? Like ColdFusion's encrypt() function? Does Flex have something like that built-in? L. --- In flexcod...@yahoogro ups.com, Booking Heaven

[flexcoders][SHARE] Create AutoComplete and MultipleSelect from a DataProvider

2010-01-20 Thread Booking Heaven
Hi Guys: I would like to share you how to make AutoComplete and Multiple Select from one DataProvider in this case is ArrayCollection. http://teapoci.blogspot.com/2010/01/autocomplete-from-arraycollection-data.html If there's any bugs or error please report me. I hope admin will not ban me, it

[flexcoders] Ask About Streaming Server

2009-05-23 Thread Booking Heaven
Dear All : Please i need your suggestion or help about which is good streaming server to broadcast live streaming. I decide to order 1 VPS Linux and 1 License of Wowza Media. Do you have any good suggestion than it ? Thanks for your consideration, any comment and advice are very useful for me.