A Flash Developer Resource Site

Search:

Type: Posts; User: fishea

Search: Search took 0.02 seconds.

  1. hi, if there are any anime fans out there who are...

    hi, if there are any anime fans out there who are also typographical wizards, I'm in need of some assistance. I'm trying to find a font that's similar to one that appears in the 'akira' comic books....
  2. Replies
    1
    Views
    6,371

    hi, has anyone tried to draw a sine curve with...

    hi, has anyone tried to draw a sine curve with the flashMX drawing functions? everything I've done with drawTo() is pretty ugly looking. anyone had any sucess w/ this?

    -fish
  3. hey, does anyone have any experience drawing (or...

    hey, does anyone have any experience drawing (or trying to draw) sine curves in flashMX w/ either curveTo() or lineTo()? I've managed to make very ugly aproximations with something like

    for (i =...
  4. Replies
    5
    Views
    673

    yeah, I had this problem, basically macromedia...

    yeah, I had this problem, basically macromedia flash's xml parser sucks big time and inserts buttloads of null nodes into the parse tree. you have to do something like:

    for (i = 0; i <...
  5. hi, got a bit of an inexplicable dillema here for...

    hi, got a bit of an inexplicable dillema here for you geniuses. I have a movie that displays tabular data by replicating a movie clip & then setting text fields in the new clips from info that comes...
  6. Replies
    0
    Views
    335

    probably a stupid problem, but here goes: I...

    probably a stupid problem, but here goes:

    I have a movie. it parses xml from a server and creates a movie clip for each xml node. I want to display the data with spreadsheetesque alternating...
  7. Replies
    12
    Views
    697

    ok I fixed it, it totally was that erroneous...

    ok I fixed it, it totally was that erroneous gotoAndPlay() in xmlparse.as. thanks all of you for your gracious assistance w/ this, esp. cuz it turned out to be sheer stupidity on my behalf. yeah.
    ...
  8. Replies
    12
    Views
    697

    w/r/t domain name vs. ip vs. relative file, I'm...

    w/r/t domain name vs. ip vs. relative file, I'm afraid I can't change that, as the location of the data will need to be flexible in production.

    i'll try nixing the preload goto, tho. thanks.
    ...
  9. Replies
    12
    Views
    697

    um, I dunno about that, I've been testing on...

    um, I dunno about that, I've been testing on computers which certifiably have the flash 5 plugin installed and I still get that behavior. it's like that.

    -fish
  10. Replies
    12
    Views
    697

    yeah that's the thing, the whole xml part of this...

    yeah that's the thing, the whole xml part of this thing only recently stopped working. it was going just fine until I made some topical changes to the movie. the xml its trying to work on right now...
  11. Replies
    12
    Views
    697

    yeah I'm using XML.onLoad. that's how the...

    yeah I'm using XML.onLoad. that's how the preloader knows when its done.

    -fish
  12. Replies
    12
    Views
    697

    basically here's the deal: the flash movie loads...

    basically here's the deal: the flash movie loads an xml file full of data during the preload. I test it in flash5 with apple-return, it's just fine. I export and open it up in the standalone flash...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center