A Flash Developer Resource Site

Search:

Type: Posts; User: ZeroG

Search: Search took 0.04 seconds.

  1. I don't know exactly what could be the problem,...

    I don't know exactly what could be the problem, but here are a few things you could check:
    Are the ordering of the points correct? I don't know about Java, but according to the doc in SWF, You...
  2. Thread: Flash SDK Site

    by ZeroG
    Replies
    25
    Views
    9,633

    I have thought of a similar thing. Would be a...

    I have thought of a similar thing. Would be a good idea. However, like previously stated, not that many Flash SDK programmers out there.
  3. Don't use MFC, Microsoft's softwares are pieces...

    Don't use MFC, Microsoft's softwares are pieces of crap. They don't comply with the c++ standards. Use GNU's stuff, much much better and follows the standards so you don't get those errors. If you...
  4. Say if the first scene has a grand total of 100...

    Say if the first scene has a grand total of 100 frames, and the second scene start at frame 101. Then for the button, you would have a "GotoFrame 101" ActionRecord.
  5. Just include all the files in zlib except those...

    Just include all the files in zlib except those that are applications (i think these are minigzip.c, example.c, and maketree.c or something like that, you will see which when you try to link and the...
  6. Thanks for the reply. I figured out what was...

    Thanks for the reply. I figured out what was wrong. Just to let those who are using the SDK know, there is a little bug in the FTextRecord class's member function that writes to the SWFStream. The...
  7. I'm getting some rather strange problems with the...

    I'm getting some rather strange problems with the FDTDefineText class in the SDK. At certain times, the WriteToSWFStream function call of the class (the part being called by either one of the 2...
  8. Replies
    5
    Views
    3,081

    The problem is in your compiler environment...

    The problem is in your compiler environment setup. The Basic_string class is a standard class that's included. The compiler should know where to find the object for that class for linking. But the...
  9. Replies
    5
    Views
    3,081

    I was able to compile the examples from the SDK...

    I was able to compile the examples from the SDK fine and ran them and they produced the swf files they are supposed to. If you post the entire error message you get, I might be able to help you find...
  10. Thread: Action Models

    by ZeroG
    Replies
    2
    Views
    3,128

    It seems that when the Flash editor exports Fla...

    It seems that when the Flash editor exports Fla movies into SWF4, it does not use any of the SWF4 action models, instead it still uses the old SWF3 action models. Does anyone know anything about...
  11. Replies
    6
    Views
    2,695

    If I'm guessing correctly what Jesse means, the...

    If I'm guessing correctly what Jesse means, the SWF file format uses a unsigned 16-bit integer to store unique IDs for objects in the movie which will be manipulated by the player. So, you can only...
  12. Thread: SWF SDK

    by ZeroG
    Replies
    2
    Views
    3,046

    I remember hearing someone saying something about...

    I remember hearing someone saying something about the SWF SDK that's released has errors in it. Can anyone verify and/or give a little more information about that?
    Thanks.
  13. Thread: generate swf?

    by ZeroG
    Replies
    1
    Views
    4,445

    Well, you could look up the Bitmap define tag...

    Well, you could look up the Bitmap define tag formats in the SWF file format doc, and then throw in the define tag with the bitmap and other display tags etc.... but that's a bit too cumbersome....
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center