A Flash Developer Resource Site

Search:

Type: Posts; User: teenagekamikaze

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    390

    Would you mind letting me see the source so i can...

    Would you mind letting me see the source so i can try to help? It'd be easier that way.
  2. Thanks a lot, nobody ever responds to my...

    Thanks a lot, nobody ever responds to my questions on here. Maybe it was the roo this time.
  3. this shouldn't be a difficult question for anyone...

    this shouldn't be a difficult question for anyone that has any tangible control of flash, and shouldn't be a problem for me I don't think, but I can't find the solution anywhere.

    I just want to...
  4. Replies
    7
    Views
    390

    One more thing to check is that, if the text is...

    One more thing to check is that, if the text is inside a symbol, the text is snapped to pixels within the symbol. I've spent an embarrassing amount of time trying to figure out why my text wasn't...
  5. Replies
    0
    Views
    418

    I'm trying to make a dynamic mp3...

    I'm trying to make a dynamic mp3 radio/jukebox/player and basically any help would be appreciated--links or advice.

    I don't want to have to load all of the mp3s into the .fla file and I don't...
  6. Replies
    1
    Views
    566

    I'VE DONE THIS I THINK TWICE NOW

    I was trying to reply to someone's post about making sure Flash doesn't antialias fonts. I don't know how I keep clicking new thread instead of reply.

    Sorry.
  7. Replies
    1
    Views
    566

    Also remember to click character > embed font...

    Also remember to click character > embed font outlines if you're not using a device font or a font that most people have on their systems (i.e. arial,helvetica,or verdana)

    If you're using a small...
  8. I figured at least SOMETHING out

    I found that it has to do with where the text is placed in the movie--it's x,y coordinates. I know there's a better name for that but it escapes me.

    Thanks for the reply Viper, I appreciate it.
  9. My dynamic text fields forget they're dynamic...

    My dynamic text fields forget they're dynamic text fields sometimes. They antialias fonts and won't let me resize the text boxes so they're scrollable.

    They transform in the middle of working on a...
  10. ^^That was supposed to be in response to another thread

    I was talking about when you use loadSound(), sorry.
  11. Does anybody know the answer to that? Whenever I...

    Does anybody know the answer to that? Whenever I try to do that it automatically skips to the next frame.
  12. Replies
    0
    Views
    360

    I don't know how to make a bounding rectangle...

    I don't know how to make a bounding rectangle when I set an object to drag, so that it ... wait I'm being too explicit. You get the drift.
    T

    Thanks to anyone that reads/responds in advance.
  13. Replies
    1
    Views
    380

    Is it possible to use onSoundComplete with...

    Is it possible to use onSoundComplete with streaming sounds, if you load 'em into the movie via:

    _global.mySound = new Sound();

    mySound.loadSound ("mysound.mp3", true);
    mySound.onLoad =...
  14. Replies
    1
    Views
    424

    I want to make it so a sequence of mp3s stream as...

    I want to make it so a sequence of mp3s stream as if it's a radio station.

    I need help with the AS though.

    Here's what I'm thinking so far:

    _global.song1 = new Sound()
    _global.song2 = new...
  15. I'm trying to make a flash movie that's...

    I'm trying to make a flash movie that's essentially like a radio that streams mp3s. Ideally, it would function like the one on http://www.superhere.net.

    I'm trying to figure out how to use Sound...
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center