A Flash Developer Resource Site

Search:

Type: Posts; User: eL_diablo

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    293

    Flash authoring XML use

    This may not be the best board for posting this...if so i appologise.

    Is it somehow possible to use XML data to postition clips on the stage in the authoring enviroment? I need this as points...
  2. Thx!

    I just figured this out in the same minute you posted the correction!

    :)

    All is ok now.

    I just wish i could have found a graph based a* algorithm instead of tile based :(

    programming this...
  3. Recursive instance name expansion using array notation

    nameArray = new Array(starterNodeName.split("."));
    trace(_root[nameArray[0]][nameArray[1]]._x);

    i get back undefined

    starterNodeName contains a string with

    "a1.seg1".

    For iteration...
  4. Replies
    4
    Views
    483

    one way...

    is to use: fscommand("showmenu", "false");

    But this leaves "About Macromedia..."
    and "Settings" menu items.

    I'm not sure why they are sticking with this silly routine, they dont need the promo...
  5. Replies
    1
    Views
    429

    I am thinking about building an interactive CD...

    I am thinking about building an interactive CD presentation in Flash. Here is a couple of things that i been wondering about:

    1. Can flash projector be run automaticaly in full screen from command...
  6. Replies
    8
    Views
    1,360

    Wohha, you're absolutly right! Centering is the...

    Wohha, you're absolutly right!
    Centering is the thing that made it right.

    Again,
    thanks for all your help

    Igor
  7. Replies
    8
    Views
    1,360

    Hmm, you mean the quality setting?

    Hmm, you mean the quality setting?
  8. Replies
    8
    Views
    1,360

    Tried both suggestions, still the problem...

    Tried both suggestions, still the problem persists. :(

    I'm thinking of scraping the fla altogether and starting anew.

    Well anyways thanks for the replies. ;)

    Best,
    Igor
  9. Replies
    8
    Views
    1,360

    NM, i solved the problem. I entered more than...

    NM, i solved the problem.
    I entered more than one letter in the editable text field (2 to be exact but anything more than one seems to work), to start off the routine, and it seems to work fine.
    ...
  10. Replies
    8
    Views
    1,360

    I made simple text effects engine in...

    I made simple text effects engine in actionscript, everything seems to work besides one little thing...

    Some of the letters dont show!

    The thing that is weird (otherwise i would presume its a...
  11. Replies
    15
    Views
    4,598

    Guys, allways use initialisiton frames, and whole...

    Guys, allways use initialisiton frames, and whole bunch of such problems simply go away. ;)

    Just use some dummy keyframes before *real* start to setup global vars (vars that should be static) and...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center