A Flash Developer Resource Site

Search:

Type: Posts; User: gooneybird

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    4,452

    Firebug's not being too helpful...the actual...

    Firebug's not being too helpful...the actual upload request/response doesn't show up in Firebug. I looked at some other as3 uploaders online, and had the same results.
  2. Replies
    8
    Views
    4,452

    neznein9, Yes, I'm listening to ioErrors,...

    neznein9,

    Yes, I'm listening to ioErrors, httpErrors, and securityErrors (I left them out of my code above for simplicity). I'm getting no errors. I wish I were, then I'd have something to work...
  3. Replies
    8
    Views
    4,452

    UPLOAD_COMPLETE_DATA - return size limit?

    I'm doing an image upload that returns a large chunk of data - I'm base64-encoding the uploaded image and returning it immediately within an XML document. This data is retrieved via the...
  4. Replies
    0
    Views
    519

    Thinkin' I'm Drinkin'

    Here's a game/app I developed for a country singer. You can upload a photo of your face and watch yourself get drunk. Pretty highbrow stuff. :)

    http://thinkinimdrinkin.com/
  5. Replies
    8
    Views
    635

    I'd say get rid of the code attached to the clip...

    I'd say get rid of the code attached to the clip (the hittest code) and just put these 2 lines on the main timeline:



    button1.onRollOver = function(){ this.gotoAndPlay(2); }
    button1.onRollOut...
  6. Replies
    2
    Views
    374

    new site: fylmz.com

    Went live with this a few weeks ago... would love for everyone to check it out. Feedback is GREATLY appreciated. If you have a webcam, check out the LipServices app - if not, you can still watch some...
  7. Replies
    0
    Views
    388

    Flash Webcam Holiday Greeting

    My colleague and I have put up a webcam video mail thingy for the Holidays using Flash Communication Server. If you've got a webcam, check it out! You can add props like a Santa hat, Santa beard, red...
  8. Replies
    14
    Views
    2,505

    Poll: Thanks, guys.

    Aww, shucks. Thanks for the compliments, guys.

    Ray: The birds actually DO look kinda similar - purely coincidental. :-)

    Here's a not-yet-finished anim with the bird, that I'll probably never...
  9. Replies
    14
    Views
    2,505

    Poll: selling games...

    I don't make games and then sell them, but I do get paid to make games for companies that want them for their website.
  10. Replies
    119
    Views
    232,053

    Sticky: joejubee I'm about to start a project doing...

    joejubee

    I'm about to start a project doing something very similar...testimonial videos on the homepage. Can you give some info about what you did for your site? Did you encode your video with...
  11. Replies
    1
    Views
    301

    new portfolio site: justinbird.com

    going to continue to work on it, but here's what I went live with:

    justinbird.com
  12. Replies
    4
    Views
    539

    variables sent to the swf like this: ...

    variables sent to the swf like this:

    whatever.swf?user=gooneybird&pass=secret

    are created automatically. This would create two variables (user and pass) in the _root. No parsing necessary.
  13. Replies
    4
    Views
    521

    Thanks, guys! I really appreciate it.

    Thanks, guys! I really appreciate it.
  14. Replies
    4
    Views
    521

    Nothing totally new.... just a newer version of...

    Nothing totally new....
    just a newer version of my older 'Blobs' game. This one includes improved graphics, navigation, and a nifty automatic level generator for unlimited gameplay. I don't know why...
  15. Thread: graphics

    by gooneybird
    Replies
    20
    Views
    1,308

    Painter Classic and Paint Shop Pro are both...

    Painter Classic and Paint Shop Pro are both really good programs.

    Painter works really well with a tablet and is good to use when you're trying to achieve drawings that look like they were done in...
  16. Thread: graphics

    by gooneybird
    Replies
    20
    Views
    1,308

    No Plugins. I just made a custom brush and...

    No Plugins. I just made a custom brush and painted with the brush using different fade steps. There are quite a few tutorials on creating realistic hair in Photoshop online.



    I probably spent...
  17. Thread: graphics

    by gooneybird
    Replies
    20
    Views
    1,308

    I'd have to agree with mattGuest, magnetos.... I...

    I'd have to agree with mattGuest, magnetos....
    I wouldn't give up on the Wacom after trying it once...it takes a while to get used to it, but once you do, you'll wonder how you ever got along...
  18. Replies
    1
    Views
    324

    if you load an external jpeg into a movieclip and...

    if you load an external jpeg into a movieclip and duplicate that movieclip, you will only get a copy of the clip as it appears originally in your movie (before loading the JPEG). From what I can...
  19. Replies
    2
    Views
    509

    after doing a little more research, I found an...

    after doing a little more research, I found an answer to my own question. It's just not possible to do without multiple loadMovie calls. Bummer.
  20. Replies
    2
    Views
    509

    Once an external jpeg is loaded via LoadMovie, is...

    Once an external jpeg is loaded via LoadMovie, is there any way to duplicate that image? I would like to be able to have the same image on the screen several times without having to call loadMovie...
  21. Replies
    130
    Views
    6,061

    I dig the character. looks great.

    I dig the character. looks great.
  22. Replies
    130
    Views
    6,061

    nice work...

    looks awesome phreax! Really look forward to seeing this finished.

    I never got time to get much further in my attempt. Maybe you can glean some ideas for your character from this:
    ...
  23. Replies
    5
    Views
    757

    luxregina...pngs and gifs are bitmap graphics....

    luxregina...pngs and gifs are bitmap graphics. The word bitmap doesn't just apply to .bmp files.
  24. Replies
    8
    Views
    920

    I don't do a hitTest for every platform every...

    I don't do a hitTest for every platform every time. I use an array to keep track of which blocks are below and above the character at a given time, then only those are hitTested.
  25. somethin' like thiis...

    onClipEvent (mouseDown) {
    d = d + 1;
    newmovieclip = "toto" + d;
    _root.attachMovie( "toto", newmovieclip, d );
    _root[newmovieclip]._x = _root._xmouse;
    _root[newmovieclip]._y = _root._ymouse;
    }
Results 1 to 25 of 65
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center