A Flash Developer Resource Site

Search:

Type: Posts; User: meglomor

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    656

    i totally flaked on my response... thanks ALOT!

    i totally flaked on my response... thanks ALOT!
  2. Replies
    2
    Views
    656

    Can you save a stroke or bitmap fill?

    Hey Guys,

    2 questions////


    1)After you create a custom stroke is their away to save it for future use besides resampling it from an existing object?

    2)is there a way to get a "bitmap fill"...
  3. Replies
    7
    Views
    654

    it seems you have your work cut out for...

    it seems you have your work cut out for you.loading external data seems to be a big part of the functionality you seek.

    read the flash help files on

    movieClip.loader class
    loadVars class

    ...
  4. Replies
    2
    Views
    347

    pay attention to gparis' solution and not my...

    pay attention to gparis' solution and not my own...

    http://www.flashkit.com/board/showthread.php?postid=3228932#post3228932
  5. cool. glad it worked for you.

    cool. glad it worked for you.
  6. change onRelease to change ...

    change

    onRelease to change

    myListBoxListener.change = function() {

    myListBox.addEventListener("change", myListBoxListener);

    http://www.doyouhaveapen.com/postings/flashkit/listbox.html
  7. Thread: Random help

    by meglomor
    Replies
    8
    Views
    449

    this approach is a little different. instead of...

    this approach is a little different.
    instead of creating random pairs on the fly and checking if they exist already... what you can do is first generat all the possible pairs and put them into an...
  8. Replies
    7
    Views
    654

    http://www.doyouhaveapen.com/postings/flashkit/che...

    http://www.doyouhaveapen.com/postings/flashkit/checkbox_2.html

    http://www.doyouhaveapen.com/postings/flashkit/checkbox_2.fla
  9. here's the tired man's help: ...

    here's the tired man's help:

    http://www.doyouhaveapen.com/postings/flashkit/checkbox.html

    fla is here:
    http://www.doyouhaveapen.com/postings/flashkit/checkbox.fla

    there are approximately 32...
  10. Thread: Xml preloader

    by meglomor
    Replies
    6
    Views
    631

    wow. i had given up on this. thanks for both the...

    wow. i had given up on this.
    thanks for both the links.
    i've decided to go the mook route.

    many many thanks
  11. Thread: Xml preloader

    by meglomor
    Replies
    6
    Views
    631

    thx for trying. i think i 'm barking up a dead...

    thx for trying. i think i 'm barking up a dead tree with the wrong horse.

    so far my research has concluded that XML objects only register onLoad events... and they don't have anything similar to...
  12. Thread: Xml preloader

    by meglomor
    Replies
    6
    Views
    631

    i have the same exact question so here's a bump....

    i have the same exact question so here's a bump.

    ...anyone?
  13. Embedding Multiple Fonts to Be Displayed in One TextArea Component

    Here's my situation:

    i have a textarea component on stage.
    i am assigning an external styleSheet to the textarea
    I am importing xml text.

    all of the above work perfectly fine and the font...
  14. Replies
    26
    Views
    1,217

    nice work man. lookin good. were you able to...

    nice work man.
    lookin good.

    were you able to implement the code?

    if your files are too large to post on flashkit you should look into getting a free website host:
    ...
  15. Replies
    1
    Views
    336

    w/o seeing your flash file i would suggest: ...

    w/o seeing your flash file i would suggest:

    select the bitmap image in your library.
    right click and select "properties".
    UNcheck "allow smoothing".
    export as "lossless/png".
  16. Replies
    11
    Views
    618

    nice work mal, i like your approach on the...

    nice work mal,
    i like your approach on the buttonsEnabled function.
  17. Replies
    26
    Views
    1,217

    ...furthermore. you can skip the array...

    ...furthermore.

    you can skip the array completely.
    you can use the chr() function which gives you the letter value of an ASCII number code.

    keep in mind
    chr(65)=A
    chr(90)=Z

    the code is...
  18. Replies
    5
    Views
    546

    the stopwatch has come to be known as the...

    the stopwatch has come to be known as the light-saber of the flash jedi.
  19. Replies
    26
    Views
    1,217

    al, i think this is a step in the right...

    al,

    i think this is a step in the right direction. my understanding is that you want to minimize the script to apply similar actions to many buttons.

    the best way to do this is with a loop....
  20. Replies
    26
    Views
    1,217

    is this similar to what you want?...

    is this similar to what you want?
    http://www.flashkit.com/board/showthread.php?threadid=606263
  21. Replies
    7
    Views
    531

    no need to feel stupid. your problem makes some...

    no need to feel stupid.
    your problem makes some more sense now that it is framed in the fact that you are troubleshooting someonelse's fla.

    messing with someonelse's code is a great way to learn....
  22. Replies
    7
    Views
    531

    i didn't really understand all of the code in...

    i didn't really understand all of the code in your first post. from what you explained i provided code that worked hoping that you could adapt it to your needs, not necessarily paste it directly into...
  23. Replies
    7
    Views
    531

    you can paste this code into a new fla. each...

    you can paste this code into a new fla.
    each time this code is run you will get a new hint:answer pair displayed in the output panel.


    //init array
    _global.adPairs = [['PC', 'Personal...
  24. Thread: combo box

    by meglomor
    Replies
    4
    Views
    476

    basically each item in your combobox can have a...

    basically each item in your combobox can have a label and data parameter.

    the label is what appears in the combobox and the data is a piece of information that the label represents...

    for...
  25. Replies
    7
    Views
    539

    your answer lies within Hum's responses here: ...

    your answer lies within Hum's responses here:

    http://www.flashkit.com/board/showthread.php?threadid=609695

    be sure to download his securitytest file.
Results 1 to 25 of 493
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center