Re: [Flashcoders] limits to EI and Local Connection calls

2007-05-23 Thread Matthew Ganz

informative articles...thanks muzak.
- Original Message - 
From: "Muzak" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, May 23, 2007 2:39 PM
Subject: Re: [Flashcoders] limits to EI and Local Connection calls



LC limit is said to be around 40k.

Not sure about EI. A quick google turns up nothing useful in regards to 
size limit.
Only thing I found is that performance seriously degrades with larger data 
chunks.


http://weblogs.macromedia.com/jd/archives/2006/02/neuberg_on_exte.cfm
Which is a response from John Dowdell to this article
http://codinginparadise.org/weblog/2006/02/how-to-speed-up-flash-8s.html

In the article they mention sending 1.2mb of data, so if there is an EI 
limit, it's alot higher than LC.


regards,
Muzak

- Original Message - 
From: "Johannes Nel" <[EMAIL PROTECTED]>
To: "Matthew Ganz" <[EMAIL PROTECTED]>; 


Sent: Wednesday, May 23, 2007 6:12 PM
Subject: Re: [Flashcoders] limits to EI and Local Connection calls



yes, not sure about how much it is (we tested this and i forgot again i
think LC is 30kb or something)

On 5/23/07, Matthew Ganz <[EMAIL PROTECTED]> wrote:


Is there a KB limit to passing data via an External Interface call? and
for that matter, what about a local connection call?

i couldn't find anything about external interface.

thanks for any helpful tips. -- matt.



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Fwd: [Flashcoders] limits to EI and Local Connection calls

2007-05-23 Thread Johannes Nel

my gut instinct on EL would be 1024 bytes as it would call getURL and a url
can only be 1024 bytes

On 5/23/07, Matthew Ganz < [EMAIL PROTECTED]> wrote:


 thanks johannes. i couldn't find anything on EI limits but our tests on
LC show the same as you, approximately 40kb.



- Original Message -
 *From:* Johannes Nel <[EMAIL PROTECTED]>
*To:* Matthew Ganz <[EMAIL PROTECTED]> ;
flashcoders@chattyfig.figleaf.com
*Sent:* Wednesday, May 23, 2007 12:12 PM
*Subject:* Re: [Flashcoders] limits to EI and Local Connection calls

yes, not sure about how much it is (we tested this and i forgot again i
think LC is 30kb or something)

On 5/23/07, Matthew Ganz < [EMAIL PROTECTED]> wrote:
>
> Is there a KB limit to passing data via an External Interface call? and
> for that matter, what about a local connection call?
>
> i couldn't find anything about external interface.
>
> thanks for any helpful tips. -- matt.
> ___
> Flashcoders@chattyfig.figleaf.com <[EMAIL PROTECTED]>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>



--
j:pn
http://www.lennel.org





--
j:pn
http://www.lennel.org


--
j:pn
http://www.lennel.org
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] limits to EI and Local Connection calls

2007-05-23 Thread Muzak
LC limit is said to be around 40k.

Not sure about EI. A quick google turns up nothing useful in regards to size 
limit.
Only thing I found is that performance seriously degrades with larger data 
chunks.

http://weblogs.macromedia.com/jd/archives/2006/02/neuberg_on_exte.cfm
Which is a response from John Dowdell to this article
http://codinginparadise.org/weblog/2006/02/how-to-speed-up-flash-8s.html

In the article they mention sending 1.2mb of data, so if there is an EI limit, 
it's alot higher than LC.

regards,
Muzak

- Original Message - 
From: "Johannes Nel" <[EMAIL PROTECTED]>
To: "Matthew Ganz" <[EMAIL PROTECTED]>; 
Sent: Wednesday, May 23, 2007 6:12 PM
Subject: Re: [Flashcoders] limits to EI and Local Connection calls


> yes, not sure about how much it is (we tested this and i forgot again i
> think LC is 30kb or something)
>
> On 5/23/07, Matthew Ganz <[EMAIL PROTECTED]> wrote:
>>
>> Is there a KB limit to passing data via an External Interface call? and
>> for that matter, what about a local connection call?
>>
>> i couldn't find anything about external interface.
>>
>> thanks for any helpful tips. -- matt.


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] limits to EI and Local Connection calls

2007-05-23 Thread Johannes Nel

yes, not sure about how much it is (we tested this and i forgot again i
think LC is 30kb or something)

On 5/23/07, Matthew Ganz <[EMAIL PROTECTED]> wrote:


Is there a KB limit to passing data via an External Interface call? and
for that matter, what about a local connection call?

i couldn't find anything about external interface.

thanks for any helpful tips. -- matt.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
j:pn
http://www.lennel.org
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] limits to EI and Local Connection calls

2007-05-23 Thread Matthew Ganz
Is there a KB limit to passing data via an External Interface call? and for 
that matter, what about a local connection call? 

i couldn't find anything about external interface. 

thanks for any helpful tips. -- matt.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com