A Flash Developer Resource Site

Search:

Type: Posts; User: brentW505

Page 1 of 16 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    48
    Views
    43,037

    Wow this is an old thread! I'd post a new...

    Wow this is an old thread!

    I'd post a new thread elsewhere about that.. Someone I'm sure has created a class for it too. Never done that.
  2. I'm have the same problem still. Same basic...

    I'm have the same problem still. Same basic thing going on, different script though.. don't think I ever solved this.

    Anyone have any idea why the completeListener may not be getting called?
  3. that's weird.. I try it and the only handlers...

    that's weird.. I try it and the only handlers that give output are the selectHandler, and the progressHandler... >.<
  4. FileReference class - uploadComplete listener not working

    I'm basing this off of the example in the help, but it doesn't seem to be working right. It will show the progress, and it'll even show up till the bytesLoaded = bytesTotal.. but it won't call the...
  5. Replies
    3
    Views
    1,163

    K well, I fixed it.. Instead of having a for()...

    K well, I fixed it.. Instead of having a for() loop load each file together, I made a function to load each file and wait until it's finished to start loading the next.. seems to work.
  6. why did that work on my comp and not online then?

    why did that work on my comp and not online then?
  7. ahh, you are amazing! it worked!...

    ahh, you are amazing! it worked!...
  8. within the complete listener, or before?... I'll...

    within the complete listener, or before?... I'll try, but it doesn't even seem to use the complete listener..
  9. I'm using this: var _image:Bitmap =...

    I'm using this:

    var _image:Bitmap = Bitmap(e.target.content);
    container.addChild(_image);


    The weird thing is, it works on my computer, but not on the server, even though Safari shows the...
  10. Loading jpg form external site, not working on server

    I'm trying to load a jpg from youtube.com. I load if from my computer, it works.. load it online, doesn't. And it doesn't give me any errors or anything. The completeListener is not working! Is...
  11. Replies
    3
    Views
    1,163

    Tried the htaccess, didn't do anything. and it...

    Tried the htaccess, didn't do anything. and it shouldn't be the filesize, since I was able to upload 2mb photos, the large batches, where I was having problems was with about 20+ photos around 300k...
  12. Replies
    3
    Views
    1,163

    filereference multiple files - 2044 error

    OK, I'm making a system to upload photos to a gallery. I'm using filereference, and it's working alright. I can upload like 20 files fine sometimes.. but when I do like 50, it starts giving me...
  13. Replies
    4
    Views
    1,920

    I have the photos load from external files..

    I have the photos load from external files..
  14. Replies
    25
    Views
    1,595

    Thanks, I took those out.. same thing... When...

    Thanks, I took those out.. same thing...

    When you test an swf like that should it give you that error?.. it doesn't seem like there's even any other way to write this:

    var loader:Loader;...
  15. Replies
    25
    Views
    1,595

    These errors are only coming up when I press...

    These errors are only coming up when I press ctrl+enter twice in flash.. And I'm assuming this is the problem..

    I tried just using this to simplify it, and got the error when I press ctrl+enter...
  16. Replies
    25
    Views
    1,595

    OK, the error comes up before anything on the...

    OK, the error comes up before anything on the site... I put trace("First"); on the first line of the first frame of the movie. And I get this error before that. It hadn't even called the function...
  17. Replies
    25
    Views
    1,595

    Even when I make it so it only loads one photo,...

    Even when I make it so it only loads one photo, it spits out that error message
  18. Replies
    25
    Views
    1,595

    My movie isn't loading them all at the same time,...

    My movie isn't loading them all at the same time, it loads one, then when that's finished it loads the next.. The weird thing is it seems to try to load them before the function is even called.
  19. Replies
    25
    Views
    1,595

    I found where the errors occurring, but it...

    I found where the errors occurring, but it doesn't make any sense!

    This is the function it's coming from:


    public function loadImage(url:String){
    trace('load:'+url);...
  20. Replies
    4
    Views
    1,920

    Photos look dull in flash

    Whenever I use photos in flash, they always look dull. The colors look off, and they are not as saturated. My publish photo quality settings are at 100.

    Anyone know why it does this?
  21. Replies
    0
    Views
    472

    Photos look full in flash

    Whenever I use photos in flash, they always look dull. The colors look off, and they are not as saturated. My publish photo quality settings are at 100.

    Anyone know why it does this?
  22. Replies
    25
    Views
    1,595

    Changed it, but it didn't do anything >.

    Changed it, but it didn't do anything >.<
  23. Replies
    25
    Views
    1,595

    Changed it.. but didn't do anything. >.

    Changed it.. but didn't do anything. >.<
  24. Replies
    25
    Views
    1,595

    I accidentally moved the directory it was trying...

    I accidentally moved the directory it was trying to load.. that error shouldn't come up anymore...

    This doesn't make any sense why it doesn't load the background photos on a pc

    at...
  25. Replies
    25
    Views
    1,595

    How did you find that error in the browser?

    How did you find that error in the browser?
Results 1 to 25 of 397
Page 1 of 16 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center