Re: [flexcoders] Socket receive limit

2008-05-07 Thread Michael Baird
t; // do nothing and onSocketData will be called again >} > } > > good luck > > /r > > http://www.searchcoders.com/ > > On Tue, May 6, 2008 at 1:28 PM, Michael Baird <[EMAIL PROTECTED]> wrote: > > > Working with the AS3 Socket class, I'm

[flexcoders] Socket receive limit

2008-05-06 Thread Michael Baird
Working with the AS3 Socket class, I'm trying to connect to a .NET socket server. I can establish the connection and send and receive data successfully, but if the data from the server-side is greater than 1260 bytes, the packet gets severed. However, this isn't always the case... My packet is var

Re: [flexcoders] Alignment of SWF in HTML output

2007-09-18 Thread Michael Baird
ags to the string or change from writing the document to > writing to something else. > > > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Michael Baird > *Sent:* Tuesday, September 18, 2007 10

Re: [flexcoders] Alignment of SWF in HTML output

2007-09-18 Thread Michael Baird
apping the right thing. The object/embed tags are > not used by most browsers. Also make sure your app appears centered at that > size. > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Michael Baird >

[flexcoders] Alignment of SWF in HTML output

2007-09-17 Thread Michael Baird
I have a Flex app with a defined size of 1024x768. I'd like to be able to center this in the HTML page that it gets embedded in. I've tried editing the FlexBuilder-generated html index page to include a div, table, etc to try to get the SWF centered, but nothing seems to have any effect. What am I