A Flash Developer Resource Site

Search:

Type: Posts; User: MisterPD

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    310

    dynamically importing images

    I want to make a library of thumbnails but the items will change often. thus, i need to give my flash an image url for each thumbnail and it needs to load them dynamically.

    how is this done?
  2. Replies
    3
    Views
    651

    yeah. its not in the publish menu but it's in the...

    yeah. its not in the publish menu but it's in the file types for export. i still need help though.
  3. Replies
    3
    Views
    651

    video's sound wont export

    whenever i try to put video into a flash movie it works perfectly, but when i export the movie into AVI it loses the original video's sound.

    help?
  4. Replies
    1
    Views
    440

    my movie won't publish

    I'm making a cartoon and it won't publish. my publish settings are for .swf and .exe only and I've tried turning compression off and all sorts of things. all the scenes will publish besides scene 3....
  5. Replies
    15
    Views
    652

    if the code is in the object to be altered, then...

    if the code is in the object to be altered, then use:

    on (release) {
    this.swapDepths(this._parent.getNextHighestDepth());
    }

    by the way, nobody has responded to my last thread and I really...
  6. Replies
    12
    Views
    584

    huh?

    huh?
  7. I can't make flash write HTML. :confused:

    I'm making a web page (or standalone flash if i can) that contains an embedded windows media player.

    i want to write code that will change the html content of an Iframe on the same page as the...
  8. Replies
    5
    Views
    430

    :( i feel sort of noobish asking this, but what...

    :( i feel sort of noobish asking this, but what is fscommand?
  9. Replies
    6
    Views
    2,273

    sorry, mate. i have flash mx so ur file wouldnt...

    sorry, mate. i have flash mx so ur file wouldnt work for me
  10. Replies
    15
    Views
    652

    wow. that is pretty complicated. there's a space...

    wow. that is pretty complicated. there's a space that shouldn't be there, but i think the biggest problem is likely in the path. ehe code you wrote does absolutely nothing. try this:
    ...
  11. you should put it on the first frame

    you should put it on the first frame
  12. Replies
    6
    Views
    2,273

    im not so good at trig but if you use some sort...

    im not so good at trig but if you use some sort of math function to take the difference in the previous position and the current position of the butterfly you can derive the angle thatr the butterfly...
  13. psh... :rolleyes: If you are trying to imply...

    psh... :rolleyes:

    If you are trying to imply that I dont know much about flash, then i beg to differ. When I need a scrollbar I make it because the pre-made flash component limits me.

    I is de...
  14. Replies
    15
    Views
    652

    say you have myMC. if you want myMC to be...

    say you have myMC. if you want myMC to be completely above everything else then state:

    myMC.swapDepths(_root.getNextHighestDepth());

    alternatively, if myMC is within myParentMC, and you want it...
  15. Replies
    5
    Views
    430

    i dont understand the last question, but when you...

    i dont understand the last question, but when you ask a movie clip to pull an "on (release)", it wont work very well
  16. Replies
    12
    Views
    584

    what about dynamically writing html to the frame?...

    what about dynamically writing html to the frame? how do you do that?
  17. Replies
    1
    Views
    665

    your link is broken. if you give me the real link...

    your link is broken. if you give me the real link i may be able to help you.
  18. a piece of advice: never use pre-made components....

    a piece of advice: never use pre-made components. make your own, because that way you know how theywork and can change them if necessary.

    I dont know what an accordion component is. I wish i could...
  19. Thread: enemy code

    by MisterPD
    Replies
    1
    Views
    455

    having a little trouble with verbs there, buddy?...

    having a little trouble with verbs there, buddy?

    anyway, this is the kind of stuff you just read up on in the help files.

    for ex.1 you need to make the enemy gain some constant in it's _x value...
  20. Replies
    15
    Views
    652

    you can do one of two things to prevent this. ...

    you can do one of two things to prevent this.

    1. make sure you aren't giving any MC the top depth (_root.getNextHighestDepth()) as it will place it atop the fader.

    2. give the fader the top...
  21. Replies
    43
    Views
    3,500

    when you say "if they go out before the fifty is...

    when you say "if they go out before the fifty is up they are out." what do you mean by "go out"? like if all the batsmen have been out? and am I right that the only way to get a batsman out is to...
  22. Replies
    43
    Views
    3,500

    thanks. I think i get it now, but do the batting...

    thanks. I think i get it now, but do the batting and fielding teams ever switch roles? also, does the batting team ever get to replace their batsmen?
  23. Replies
    21
    Views
    2,777

    I like the title but the content is...

    I like the title but the content is disappointing. I expected video or at least some pictures of "Female to Female." Oh, well.

    jk :D
  24. Replies
    43
    Views
    3,500

    I don't understand cricket. British needed.

    I listen to BBC and when they talk of sports I'm in the dark. I can't find on the internet any decent explanation of cricket. If any British or other cricket-playing people could help me to...
  25. Replies
    2
    Views
    467

    i realized i cant play an .asx file in flash so i...

    i realized i cant play an .asx file in flash so i cant finish my project anyway. nevermind, but think you.
Results 1 to 25 of 66
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center