A Flash Developer Resource Site

Search:

Type: Posts; User: pixeltierra

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. cool

    cool
  2. The reason is because I don't know what the value...

    The reason is because I don't know what the value of the_sound will be, or I want to load many sounds programatically:

    Say I want to make new sound objects from every item in an array:
    ...
  3. dudeqwerty: thanks for your help. I REALY REALLY...

    dudeqwerty: thanks for your help. I REALY REALLY apreciate it. Something tells me you weren't born in '89 like your profile says. :cool:
  4. dudeqwerty: You've done it! Thanks a million. ...

    dudeqwerty: You've done it! Thanks a million.

    I don't really understand it, but I can use it. For example why wouldn't both of these work: ?

    _root[myObject] = new Object();
    _root.myObject =...
  5. How to name an object with a variable?

    If I have the following

    myObject = "ball";

    How do I make an object called "ball"?

    The following does NOT work, instead it makes an object called 'myObject':

    var myObject:Object = new...
  6. Thanks for your responses. I'm not trying to...

    Thanks for your responses.

    I'm not trying to make an mp3 player. I'm making an online language learning site and I'm using flash make audio-based exercises.

    I want to load up a bunch of...
  7. syntax trouble loading all sounds in an array

    An individual sound is easy to load

    a_sound = new Sound ();
    a_sound.loadSound("somesong.mp3", false);

    However, I would like to load an array of sounds, but I'm having syntax problems. Above,...
  8. Is there any way to position things relatively?

    Imagine I have two boxes (A & B) side by side both 50px by 50px in size. Their respective _x coordinates are 0, and 50.

    If I resize box A to 100px it will overlap box B. What I want is an easy...
  9. Replies
    3
    Views
    1,526

    pelegk2: I think you're making this harder than...

    pelegk2: I think you're making this harder than it is.

    If you load an external image into an empty movie clip say mc_my_img, then after it is loaded (you'll need to monitor it's load progress)...
  10. Replies
    3
    Views
    977

    What I want to know is how did they get the "box"...

    What I want to know is how did they get the "box" on the right to move (change it's x position) as the other box re-sized itself. I could really REALLY put that behaviour to good use. Only, I don't...
  11. Replies
    3
    Views
    10,865

    thanks dudeqwerty!

    thanks dudeqwerty!
  12. Replies
    3
    Views
    10,865

    how to dynamically remove mask?

    I can setMask but how do I remove the mask without removing the whole masking movie clip?
  13. God, that helps. I haven't tested it to see if...

    God, that helps. I haven't tested it to see if that was the (only) problem, but that makes sense. That is a limitation however, as it makes the swf files much less portable without various...
  14. Does the xml give the img url or all of the image...

    Does the xml give the img url or all of the image file?

    If it is simply a url, then u should use a jpg/swf loader for the image itself. It would appear that your xml file is 4 bytes large but the...
  15. absolut vs relative url when loading external images

    I've made a script that loads external images. I initially used relative urls (the images were in the same folder as the swf) which worked fine through a web browser on my local machine. But when I...
  16. That's a fine idea. However I need to know if is...

    That's a fine idea. However I need to know if is currently playing, not already played. Also the user can stop the sound in the middle of play (pause) and resume at will. The problem is that the play...
  17. yes, it streams, but it doesn't have to.

    yes, it streams, but it doesn't have to.
  18. easy way to see if a sound is playing or not?

    I'm using flash MX.

    I've made a simple audio player and I wan't my play button to play a sound ONLY IF the sound isn't already playing. I haven't found a Sound.isPlaying() method, and it seems I...
  19. Replies
    13
    Views
    1,718

    hi there, here's some comments: design:...

    hi there, here's some comments:

    design: forboding, dark, cramped, but organized. Try adding padding to the text areas. Also consider having structural parts of the page appear different from the...
  20. Replies
    10
    Views
    1,531

    How do you get the flash to resize with the...

    How do you get the flash to resize with the browser window but not change the dimensions of the content in the flash object?
  21. Replies
    5
    Views
    1,203

    Any feedback appreciated.

    Any feedback appreciated.
  22. Replies
    8
    Views
    393

    Thanks for the recommendations. I tried...

    Thanks for the recommendations.

    I tried streaming originally as noted above and I thought THAT was the problem so I took it out.

    I'll try the interval thing, and get back.

    Also that page...
  23. I like it. Clean, elegant, professional. I like...

    I like it. Clean, elegant, professional. I like the 3-d text. How did you do it? I've been wondering about 3-d for a while now and am clueless as to how to begin.

    A couple suggestions:

    1)It...
  24. Replies
    4
    Views
    974

    It can be good or bad, depending I guess...

    It can be good or bad, depending I guess depending on what you're going for. I felt there was a lot going on to take in all at once, and felt "overwhelmed", by where to go first. My guess is that...
  25. Replies
    7
    Views
    1,160

    how does the "always tell them" thing work? ...

    how does the "always tell them" thing work?

    It sounds like something I need to learn about clients. I usually ask "what's your budget like?" But I've never said "You'll pay $XXX for this".
    ...
Results 1 to 25 of 37
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center