[flexcoders] Encode Flex / PHP on Client/Server machine

2009-01-13 Thread itdanny2002
Dear All, I have Flex program as client with PHP on server side. I use web hosting. How can I protect my source code ? Seems that Web Hosting Company can read my files or even decompile if necessary. Is there any encoding method (something like exe file) on client and server side ? Or, I

[flexcoders] encode +

2007-04-24 Thread Jesse Warden
Running encode on a String seems to be missing the +. For example, a space becomes %20 like expected. But, a + is not becoming %2D... anyone know why?

Re: [flexcoders] encode +

2007-04-24 Thread Michael Wills
Are you using encodeURI? You may need to use encodeURIComponent instead. Just checking briefly on the JS versions. Michael Jesse Warden wrote: Running encode on a String seems to be missing the +. For example, a space becomes %20 like expected. But, a + is not becoming %2D... anyone know

Re: [flexcoders] encode +

2007-04-24 Thread Jesse Warden
Weird... encodeURI does the same thing. Check it: var str:String = encodeURI(dude man+); Notice that with encode or encodeURI, you'll get: dude%20man+ ...bleh! That dang + should be %2D instead. BTW, for background context, I'm first base64'ing some XML, and then encoding it to send as a

Re: [flexcoders] encode +

2007-04-24 Thread Jesse Warden
Nope. I'm using encode. On 4/24/07, Michael Wills [EMAIL PROTECTED] wrote: Are you using encodeURI? You may need to use encodeURIComponent instead. Just checking briefly on the JS versions. Michael Jesse Warden wrote: Running encode on a String seems to be missing the +. For

RE: [flexcoders] Encode media files to FLV in real-time from a web page

2005-07-29 Thread Philippe Maegerman
: flexcoders@yahoogroups.comSubject: [flexcoders] Encode media files to FLV in real-time from a web page I just concluded writing an article for Flex Authority that shows off the power of On2s Flix Engine. This product takes an input file and outputs to SWF or FLV. This is truly a must read

[flexcoders] Encode media files to FLV in real-time from a web page

2005-07-28 Thread Jeff Steiner
I just concluded writing an article for Flex Authority that shows off the power of On2s Flix Engine. This product takes an input file and outputs to SWF or FLV. This is truly a must read article for anyone interested in merging media with your current Flex application.

RE: [flexcoders] Encode media files to FLV in real-time from a web page

2005-07-28 Thread Jeff Steiner
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeff Steiner Sent: Thursday, July 28, 2005 9:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Encode media files to FLV in real-time from a web page I just concluded writing an article for Flex Authority that shows off