A Flash Developer Resource Site

Search:

Type: Posts; User: xslaught

Search: Search took 0.03 seconds.

  1. [RESOLVED] GZip Compression Between Java and AS3?

    Does anyone know how one can compress a bytearray (byte[]) in java using gzip then uncompress it in AS3 and vice-versa?

    Please provide example code or links to exampls
  2. Replies
    1
    Views
    1,251

    [RESOLVED] AS3 Checksum of Compiled Self

    How would I do a checksum of the compiled file of the file for which I write the checksum code in?
    Would this require to ask the client for additional permissions?

    I'm trying to figure out a way...
  3. If anyone was curious at the solution. I figured...

    If anyone was curious at the solution. I figured it out hopefully. It's the way I wrote my packer reader method. Sometimes with TCP you my get more or less bytes than what you expect per packet as I...
  4. [RESOLVED] AS3 Client not receiving all packets via TCP

    I have a java server running that checks for item respawns every set time interval then sends a packet to every client connected that the item has respawned.

    My AS3 client will receive the packet...
  5. Replies
    1
    Views
    3,614

    This tutorial was really useful: ...

    This tutorial was really useful:

    http://www.broculos.net/en/article/how-make-multi-client-flash-java-server
  6. Replies
    1
    Views
    2,438

    AS3 ByteArray reading long value

    Hi,

    I have a java server sending the time with:
    long time = System.currentTimeMillis();
    I put this in a packet. It takes up the first 8 bytes of the packet and send it to the as3 client.

    Then...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center