So cool. :)
You're working on a branch of the project? or maybe outside it? I think
this could be a great addition to FlexJS :)
2016-11-02 18:31 GMT+01:00 PKumar :
> Currently i am trying to port amfjs library only, Porting the RemoteObject
> involves more tasks as having ChannelSet, Channel &
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-tp56108p56171.html
Hi PKumar,
very interested in your AMFJS integration. these means you have a working
port of AMFJS? Are you working/planing in RemoteObject port?
Could you share more about it?
thanks!
2016-10-31 16:58 GMT+01:00 PKumar :
> I used with my custom custom for AMFJS integration and it
> works ok.
I used with my custom custom for AMFJS integration and it
works ok. check below code:
public class AMFJS
{
/**
*
*
*
*/
public function AMFJS()
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