A Flash Developer Resource Site

Search:

Type: Posts; User: chironex

Page 1 of 6 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    1
    Views
    2,433

    You could have a look at gameSWF . it has the...

    You could have a look at gameSWF . it has the most support for what you are looking for. But it does not support much action script, so as long as you can get by without that.

    If you tried to do...
  2. Replies
    3
    Views
    16,062

    to put it simply no. if you import an swf into...

    to put it simply no. if you import an swf into flash no actionscript will be imported.

    you will have more luck using a swf decompiler application - swf scanner , asv, swf decompiler.

    do a...
  3. Replies
    4
    Views
    3,294

    this is the other sdk...

    this is the other sdk
    http://sourceforge.net/projects/swfsource/

    It's based around standard c++ io streams. Other than the way the io is handled it is very similar to the MM one. And has far less...
  4. Replies
    4
    Views
    3,294

    >Is there a way to write the swf files on the...

    >Is there a way to write the swf files on the fly?

    Not with the MM SDK. openSWF if more suited to that. though personally i don't find that you really need to stream it. Only when large image...
  5. Replies
    5
    Views
    10,053

    This would be the basic way to do it. 1....

    This would be the basic way to do it.

    1. create your basic screen saver \ exe app. this should have an swf movie embedded in it. maybe a simple windows resource type would work.

    2. the tricky...
  6. Replies
    3
    Views
    2,680

    I'm not sure what the push action type of 0x19...

    I'm not sure what the push action type of 0x19 is.. i'm pretty sure that is not a valid type. what are you useing for your swf dump?

    as for your set target problem, it's hard to say what is going...
  7. Replies
    3
    Views
    2,680

    there are four different places that action...

    there are four different places that action script is used in an swf.

    1. the init actions - new in version 7
    2. normal frame actions - defined by do action tags
    3. button actions - defined as...
  8. Replies
    1
    Views
    2,248

    The easiest way to figure something small like...

    The easiest way to figure something small like this out is to create it in the flash authoring tool. then create it in your app. then use a file compare program to see the differences.

    there are...
  9. Thread: fla format

    by chironex
    Replies
    1
    Views
    2,372

    fla format

    I was wondering if anyone had any views on the recent development of applications that are exporting in .fla format.

    To my knowledge the .fla format has always and is a closed format
    and as such...
  10. Replies
    1
    Views
    2,492

    I'm had some experience with useing swf files as...

    I'm had some experience with useing swf files as a type of GUI elements in my skin system. They can basically take the form of buttons, which could be extented to more complex gui elements, but the...
  11. yep thats what I meant. thanks.

    yep thats what I meant.

    thanks.
  12. just an obivous point but something i overlooked...

    just an obivous point but something i overlooked about this..

    I don't know if it is logical to have an Alpha value of zero, but in any case you should take that into account with the above to...
  13. Replies
    3
    Views
    3,593

    I had the same problem , the problem is to do...

    I had the same problem , the problem is to do with over flow and variable sizes. Have a look at the vars used for the movie width and height, i think it should be a RECT type of some kind from...
  14. Replies
    3
    Views
    1,153

    before you post in a message board you might want...

    before you post in a message board you might want to read what the topic of the board is. If you did you would find that this board is specific to the SWF file format and programming related issues...
  15. swf scanner can do just that. extract audio in...

    swf scanner can do just that. extract audio in swf files to mp3 and wav files.

    download - http://www.livetronix.com
  16. Replies
    4
    Views
    1,072

    (version 2.6.3)I just checked it, it only says...

    (version 2.6.3)I just checked it, it only says "Supported Image Files" . and it'll display any bmp, jpg,png,psd,pcx,tga,tif for you to selected. I guess i could add seperate selections in the file...
  17. Replies
    4
    Views
    1,072

    hmm... i'm not exactly sure what you mean ,...

    hmm...

    i'm not exactly sure what you mean , you want to replace an image in an swf file ? , you can select any image in the swf and choose to replace it with a simple file chooser. you can select...
  18. Replies
    8
    Views
    1,872

    I agree, there is no real advantage of using 16...

    I agree, there is no real advantage of using 16 bit over 32 bit (or even 8 bit) . I have been able to pharse 16 bit , i'll look over the code and see if there's anything that will help.
  19. Replies
    8
    Views
    1,872

    yes they are supported, but as i said i'd stick...

    yes they are supported, but as i said i'd stick to 32bit,
  20. Replies
    8
    Views
    1,872

    I don't like the 16 bit bitmaps, they gave me a...

    I don't like the 16 bit bitmaps, they gave me a heap of trouble if i remember. I don't think flash exports 16 bit bitmaps , only 32 and 8 bit. maybe Version 3 exported 16 bit.

    I always just use...
  21. Replies
    12
    Views
    4,109

    Just a thought - Does anyone know if the version...

    Just a thought - Does anyone know if the version of the swf before compression can be < 6 (not a flash MX file) say a flash 5 swf compressed? or does the player expect a MX swf version.
  22. Replies
    12
    Views
    4,109

    That is why the correction was made - it is not...

    That is why the correction was made - it is not a RECT tag , it is 4 bytes which is the size of the uncompressed swf file.
  23. Replies
    12
    Views
    4,109

    I haven't had a good look at it, but i'm pretty...

    I haven't had a good look at it, but i'm pretty sure your right about it being zlib compression based. I think the idea is closely related to the svg compressed version. The second header could be...
  24. Replies
    10
    Views
    3,036

    This seems to be a topic that comes up all the...

    This seems to be a topic that comes up all the time. And as the developer of one of the software apps that is right in the thick of this..

    Firstly I have to say that I agree with many of the views...
  25. Replies
    17
    Views
    1,996

    make your own langauge... yes well that will work...

    make your own langauge... yes well that will work for about two seconds. really variable names don't mean a thing. you still have to use the script languages key words - if, else, while etc .

    It...
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center