A Flash Developer Resource Site

Search:

Type: Posts; User: Coffee Cat

Page 1 of 8 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    554

    exporting wav file???

    Anyone know how to export your flash file as a wav file? On a pc it seems easy enough - just export movie, and select wav as the file format. On flash mx 2004 and flash 8 on mac osX this file...
  2. Replies
    0
    Views
    2,300

    export wav file from flash on mac osX

    Anyone know how you can export your flash sound as a wav file from flash 8 on mac osX? On pc you simply export movie and select wav as a file format - but the list is different on my mac. Anyone...
  3. Replies
    3
    Views
    1,056

    The technique I often use is to smooth the brush...

    The technique I often use is to smooth the brush fills. If you draw too many "lines" with the brush and select them all and smooth, you're going to get nasty results, because the smoothing is based...
  4. Replies
    3
    Views
    1,056

    For a long time I used Flash 5 instead of Flash...

    For a long time I used Flash 5 instead of Flash MX for that reason as well - as well as just plain ease of use. Flash 5 is tighter.

    Might have something to do with system resources.... Flash 4...
  5. resizing the main movie height/width properties

    How do you source the main movies height or width to change? I can dynamically change the html embedding height and width - but I don't want the movie to stretch/squeeze as it fits in there - I want...
  6. Replies
    6
    Views
    429

    Ahhhh.. its "progressive" thats doing it. Sorry....

    Ahhhh.. its "progressive" thats doing it. Sorry. And Thanks.
  7. Replies
    6
    Views
    429

    huh... its working now that i switched the jpgs...

    huh... its working now that i switched the jpgs that I sourced....

    Anyone know why some jpgs won't load? Very odd. I think I've had this happen once before where certain jpgs just were not...
  8. Replies
    6
    Views
    429

    hmmmm... no, i was wrong... its not working....??...

    hmmmm... no, i was wrong... its not working....??
    Any other ideas? Is my xml parsing correct? I can't figure out when else to do to load it. You can load jpg files with loadmovie or loadmovienum...
  9. Replies
    6
    Views
    429

    perfect! Thanks.

    perfect!

    Thanks.
  10. Replies
    6
    Views
    429

    loading jpg from an xml file

    I wanna dynamically load a jpg into a movieclip using xml.


    My xml looks like this:

    <?xml version="1.0"?>
    <myMenu>
    <myItem name="Photo1" image="photo1.jpg" />
    <myItem name="Photo2"...
  11. man, thats so close to what i'd been trying i...

    man, thats so close to what i'd been trying i can't even tell what i was doing wrong! But it worked..... oh well.... see, told you i was stupid.

    Thanks for the helppage.

    Coffee Cat
  12. Thanks, Well, when i load the swf into a...

    Thanks,

    Well, when i load the swf into a target movie is won't play the actions right cause they hit _root.

    But when i load it into a level, they seem to still source everything correctly

    I...
  13. super simple question: moving a loaded swf

    I can't load in an swf into a target movie clip - because many of the other designs have "_root" code that will kill the loaded movies interactivity if I put it into a movie clip.

    So I have to...
  14. Replies
    6
    Views
    449

    Is this like a continuously scrolling ticker or...

    Is this like a continuously scrolling ticker or something? If so, I'd like very much to know more about what you're doing. I am trying to do something similar. I know basic actionscript and...
  15. Any way you know to make a scroll bar scroll a...

    Any way you know to make a scroll bar scroll a list of SEVERAL text feilds? I need to import a list of titles and artist names into text fields and have the list scroll using a scroll bar.

    Can't...
  16. Replies
    2
    Views
    496

    I have a simlar question - as with the same...

    I have a simlar question - as with the same situation - using text loaded from xml, I can't get the a href to work at all... the text doesn't show up once you get to the <a> tag.... nothing within it...
  17. Replies
    0
    Views
    315

    Scrolling Dynamic Text

    I need a scroll bar that scrolls several dynamic text feilds... like a list. Say, 10 dynamic text feilds, loaded in from an xml file - and a scroll bar to scroll them. How can I do this. I assumed...
  18. Replies
    1
    Views
    483

    browser refresh

    can flash tell the browser window to refresh from within flash? Or do I have to use an FSCommand to call a javascript?

    Anyone know the easiest, most browser compatible manner to have flash tell...
  19. Replies
    6
    Views
    645

    You could try to shoot live action stuff, and...

    You could try to shoot live action stuff, and then try various combinations digitally:

    1-try importing a series of stills into flash and trace the bitmaps to create shape based, simplified vectors...
  20. Replies
    19
    Views
    1,203

    Bill Plympton mentions some interesting things...

    Bill Plympton mentions some interesting things about this as well. He claims its cheaper for him to use cels, rather than digital. In addition, he notes that selling cels can be used for fund...
  21. Replies
    2
    Views
    566

    Text Box Clears When Selected?

    Is there a way to code a input box in flash 5 or MX that makes it clear of the default text once the user clicks on the text feild to input their info?

    I have an email feild, with default text of...
  22. Replies
    4
    Views
    608

    is there anyway to do this other than using a...

    is there anyway to do this other than using a "GET" style variable pass? Can this be arranged in a "POST"? I can't think of a way myself because all of the variables are ListID. The developer...
  23. Replies
    4
    Views
    608

    okay, I'm getting it to work now, I think. ...

    okay, I'm getting it to work now, I think. Thanks a TON!


    I guess you can't send extra variables along with that array using POST, huh? It seemed to mess up when I did that.
  24. Replies
    4
    Views
    608

    Thanks so much: heres what I pasted together...

    Thanks so much: heres what I pasted together with it:

    on (release) {
    EmailAddress = _root.EmailAddy;
    listIDs = ["39", "11", "42", "13", "62"];
    for (i = 0; i < listIDs.length; i++) {
    ...
  25. Replies
    4
    Views
    608

    multiple variables, same name

    I need to send:

    ListID=39&ListID=11&ListID=42&ListID=13&ListID=62

    (removing a full ListID=# out if that selection is NOT picked).

    Now, I can easily get it to work setting one variable to,...
Results 1 to 25 of 183
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center