A Flash Developer Resource Site

Search:

Type: Posts; User: Quantuvis

Search: Search took 0.04 seconds.

  1. onRollOut disables checkboxes within the same mc? [MX]

    Hi,

    I'm having a simple mc with an onRollOut event attached. In this mc there is a couple of checkboxes (components). What I want is for the simple mc containing the checkboxes to dissapear as I...
  2. Replies
    1
    Views
    749

    Flash and C++ communicating?

    Hi,

    Due to the performance of Actionscript being very slow compared to C++, I'd like Flash and C++ to communicate. Is this possible?

    I'm mainly having projectors in mind. If this could be...
  3. Hi Gambini, Would it be possible to send an...

    Hi Gambini,

    Would it be possible to send an email directly from Flash Studio Pro?

    I want the user to fill out a form, then press a button and the form's content should be posted to a certain...
  4. Replies
    28
    Views
    6,952

    Back to info about the book, please

    Would the book be interesting for someone with a great knowledge of math as well? Or is it merely as an inspiration and "help" for those who have forgotten a lot of math since school?
  5. Replies
    7
    Views
    1,031

    Code optimization

    I'm very interested in optimizing AS code. Is there a guide/thread/link or similar on AS optimizing? General code optimization could apply as well, but I'm more interested in information about...
  6. Replies
    7
    Views
    1,031

    Thank you =)

    Thanks for your help. :)

    I guess the same goes for the rest of the Math.xxx ? If avoid using them hell of a lot, there's no need to be worried about them slowing it all down?

    Is that correct?
  7. Replies
    7
    Views
    1,031

    Hi, Which one is the faster Math.powx(x,2) or...

    Hi,

    Which one is the faster Math.powx(x,2) or x*x? Or are they equivalent?

    Is it always wise to avoid the Math. object when possible? I've heard a lot of things about it as being "slow", but...
  8. Hi, What would be the best way to have an...

    Hi,

    What would be the best way to have an abitrary number of mc:s (animal) respond to hitting another mc (food)? All the animal mc:s are created from a class animal and the food mc:s are from a...
  9. It sure does =) Thanks both of you for your help.

    It sure does =) Thanks both of you for your help.
  10. I'm loading my swf and at the same time passing...

    I'm loading my swf and at the same time passing along a variable in the querystring. This variable is used almost at once in the swf to point to another swf that should be loaded into the first one....
  11. I'm trying to load an external swf using a...

    I'm trying to load an external swf using a variable in the following way: (frame 1 in film.swf)

    _root.bgpic.loadMovie(extSwf);

    The variable extSwf is received using a querystring and is...
  12. Aha.. I see. Thanks for the explanation. That...

    Aha.. I see. Thanks for the explanation. That does make sense.

    Another question related to this one: When using Layers in the Flash editing environment different movieclips seem to reside on...
  13. Replies
    7
    Views
    546

    Thanks for your answer. My bad =) Do you by...

    Thanks for your answer. My bad =)

    Do you by the way know if there's a way to load an external image into an existing swf? Or do we have to first save the images as swf and then load them into the...
  14. Hi, I hava a mc loaded into the _root and...

    Hi,

    I hava a mc loaded into the _root and then I use attachMovie("the usual stuff goes here") to put a couple of white squares above this mc. The squares are placed in the level above the mc and...
  15. Replies
    7
    Views
    546

    Hi mTk, This bitmap --> .swf conversion sounds...

    Hi mTk,
    This bitmap --> .swf conversion sounds interesting. Do you mean that you convert a .jpg to a swf on-the-fly so to say? I'd appreciate a look into how this is done. If you don't want to share...
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center