Re: inflate/deflate

2016-11-02 Thread Carlos Rovira
t, Channel & Operation classes so > i > can pick it in future. > > > > -- > View this message in context: http://apache-flex- > development.247.n4.nabble.com/inflate-deflate-tp56108p56171.html > Sent from the Apache Flex Development mailing list archive at Na

Re: inflate/deflate

2016-11-02 Thread PKumar
Currently i am trying to port amfjs library only, Porting the RemoteObject involves more tasks as having ChannelSet, Channel & Operation classes so i can pick it in future. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/inflate-deflate-tp56108p5

Re: inflate/deflate

2016-11-02 Thread Carlos Rovira
trace("Error=" + err); > } > } > > > > -- > View this message in context: http://apache-flex- > development.247.n4.nabble.com/inflate-deflate-tp56108p56135.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. > -- Carlos Rovira http://about.me/carlosrovira

Re: inflate/deflate

2016-10-31 Thread PKumar
{ trace("Error=" + err); } } -- View this message in context: http://apache-flex-development.247.n4.nabble.com/inflate-deflate-tp56108p56135.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: inflate/deflate

2016-10-31 Thread Harbs
Good to know. I’ll probably be trying it in the next few days. On Oct 31, 2016, at 5:10 PM, Alex Harui wrote: > > > On 10/31/16, 8:02 AM, "Harbs" wrote: > >> is used in classes which subclass Application. How would it >> work for classes which might be used in multiple locations in an app?

Re: inflate/deflate

2016-10-31 Thread Alex Harui
On 10/31/16, 8:02 AM, "Harbs" wrote: > is used in classes which subclass Application. How would it >work for classes which might be used in multiple locations in an app? works for any class, not just Application. > >For example, if I want to implement a BinaryData.inflate() (in a subclass >o

Re: inflate/deflate

2016-10-31 Thread Harbs
is used in classes which subclass Application. How would it work for classes which might be used in multiple locations in an app? For example, if I want to implement a BinaryData.inflate() (in a subclass or utility class) how could I use and be sure it will be injected once and only once? On

Re: inflate/deflate

2016-10-31 Thread Alex Harui
On 10/30/16, 7:24 AM, "Harbs" wrote: > >I’m not sure whether to do an ActionScript port of one of these >libraries, or just link to the original JS library. The advantage of >linking is that it can be linked to a CDN to make downloads smaller. >i.e.[4] > >Is there a standardized way of integrat

inflate/deflate

2016-10-30 Thread Harbs
I have a need for inflate and deflate (multiple needs actually). There’s a number of javascript libraries which do this already. Probably the most widely accepted one is pako[1]. Pako is robust, but its size is not insignificant (45KB for inflate and deflate 27KB for deflate and 22KB for inflat