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
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
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
{
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.
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?
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
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
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
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