A Flash Developer Resource Site

Search:

Type: Posts; User: Martin_bnc

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. didn't have any effect unforetunately....

    didn't have any effect unforetunately....
  2. i'll check it out maybe it's confusing IE

    i'll check it out maybe it's confusing IE
  3. it shouldn't look in the parent folder.. I know...

    it shouldn't look in the parent folder.. I know that the one dot is extra but it's a habit..
  4. Sure... here's the code from the button: ...

    Sure...

    here's the code from the button:

    ---------------------------------
    on (rollOver) {
    _global.preview_v = _global.preview_v+1;
    name = new String(this);
    num = name.slice(33);...
  5. Replies
    9
    Views
    518

    do you mean twice as in double-click like action?...

    do you mean twice as in double-click like action? or the second time round?

    if it's for the second time round you could put a keyframe in frame 2 on the button's layer.. and change it's code
  6. hhmm i hadn't noticed that bug in the gradient......

    hhmm i hadn't noticed that bug in the gradient... can't help you much there tho.. i've forgotten most of my math..
  7. I know it works on IE on Mac... but it doesn't...

    I know it works on IE on Mac... but it doesn't work on IE on a windows run pc.... does that make any sense to you?
  8. cool gparis... didn't think of that :o hehehe ...

    cool gparis... didn't think of that :o hehehe


    only makes my problem weirder tho.. it's working fine locally from the flash player (i'm using the test movie clip in flash)..

    so why wouldn't...
  9. nope.. that wasn't it I tried updating the flash...

    nope.. that wasn't it I tried updating the flash player but it was already the latest available version
  10. is this what you wanted? HERE...

    is this what you wanted?

    HERE
  11. hhmmmm everything seems to be fine except for...

    hhmmmm everything seems to be fine except for that jump at the beginning right?
  12. hmmm interesting.. I can't check it out on the...

    hmmm interesting.. I can't check it out on the player tho it uses a php script so i need to run it off a server
  13. abnormal behaviour in browsers.....anyone??

    I'm working on a dynamic gallery for a friend of mine, now I'm almost done but I'm getting some weird bugs on Internet Explorer.

    check out this site here
    Check it out on Mozilla Firefox, if you...
  14. I don't have any degrees or diplomas... hell over...

    I don't have any degrees or diplomas... hell over here there isn't any school that offers real courses in web-design. I'm currently working as a freelance and am not doing too bad as far as cash is...
  15. Replies
    3
    Views
    480

    hehe thanks for the suggestions man. I sort of...

    hehe thanks for the suggestions man. I sort of managed it myself, just added a line that waits till the movieclip has a width larger then 0 before saying that the image is loaded
  16. Replies
    3
    Views
    480

    Image preloading

    Hi guys, I'm having someproblems with loading images into an empty movie clip.

    There's a 3 frame preloader waiting for the images to load before removing a warning signal and running a function...
  17. Replies
    5
    Views
    632

    oldnewbie is right man.. try and avoid it, they...

    oldnewbie is right man.. try and avoid it, they do look horrible. Was just talking about it with a friend of mine and he said that it might be possible to get good resize through PHP.. haven't...
  18. Replies
    7
    Views
    687

    cheers mate, seems to be working. I'll go through...

    cheers mate, seems to be working. I'll go through it in details later.

    Thanks again.
  19. Replies
    7
    Views
    687

    I tried as you suggested, ran the code from a...

    I tried as you suggested, ran the code from a button, AFTER I saw the variables appear.. but it won't work..

    Can anyone help out please?
  20. Replies
    5
    Views
    284

    I always find this a bit tricky. I usually do...

    I always find this a bit tricky. I usually do some test to see how the site reacts, and find a value i'm comfortable with. try it out with 1000, see if that's enough to catch all actions, if it's not...
  21. Replies
    5
    Views
    284

    you could try using SetInterval. It can be easily...

    you could try using SetInterval. It can be easily set up to run a function every x milliseconds. Check the flash help about using it, it's very easy.
  22. Replies
    7
    Views
    687

    I've tried using your method but it seems to get...

    I've tried using your method but it seems to get stuck. I must be screwing it up.

    In the success function I tell it change a variable to "done" when success is true. This shows, however I cannot...
  23. Replies
    7
    Views
    687

    the vars are being received, cos the data shown...

    the vars are being received, cos the data shown in dynamic textboxes is correct.

    However when i come to use modify it in action script the variable is taken as blank...
  24. Replies
    7
    Views
    687

    PHP/Actionscript + Variables

    Hi, I've got a php script that gives me the list of files in a directory as "&thumbsvar[1]=1.jpg&thumbsvar[2]=2.jpg etc...".

    When it gets into flash I can display them i.e. create a dynamic...
  25. Replies
    3
    Views
    416

    I downloaded the plug-in again and it seems to be...

    I downloaded the plug-in again and it seems to be working now. Thanks
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center