A Flash Developer Resource Site

Search:

Type: Posts; User: webdreamer

Page 1 of 20 1 2 3 4

Search: Search took 0.53 seconds.

  1. Thread: 13 years..

    by webdreamer
    Replies
    46
    Views
    82,241

    Yes and still jack of all trades. Handy to have...

    Yes and still jack of all trades. Handy to have something to fall back on when times are quiet.
  2. Thread: 13 years..

    by webdreamer
    Replies
    46
    Views
    82,241

    Haha same Daz :D

    Haha same Daz :D
  3. Replies
    12
    Views
    6,187

    Good to see some folks still floating around...

    Good to see some folks still floating around FK:thumbsup:. 15 years:yikes:. Are we all still doing flash? I was doing regular flash work until the last couple of years. Doing more work these days...
  4. This thread is over 4 years old. Do you really...

    This thread is over 4 years old. Do you really think help is still need after all this time?
  5. Check this...

    Check this out. It maybe what your looking for.
  6. Replies
    6
    Views
    1,772

    CS3 http://help.adobe.com/en_US/ActionScript/3.0_Progr...

    http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS2E9C7F3B-6A7C-4c5d-8ADD-5B23446FBEEB.html
    Also
    http://www.scotflash.co.uk/blog/?p=19
  7. PROJECT This...

    This may save you some money
  8. Replies
    6
    Views
    1,868

    Is there a particular reason your exporting to...

    Is there a particular reason your exporting to .mov?
  9. MovieClip(root).chair=1

    MovieClip(root).chair=1
  10. Replies
    4
    Views
    1,075

    AS 2 I smell decompiled swf code. :shhh:

    I smell decompiled swf code. :shhh:
  11. garysoliman did you create any of these flash...

    garysoliman did you create any of these flash games?
  12. You make money by selling your games or building...

    You make money by selling your games or building games for companies.
    Seeing all those ads on your site is an immediate turn off. For me there is nothing new here that is not up there with every...
  13. First thing you need to do is bin all those ads!

    First thing you need to do is bin all those ads!
  14. Sometimes when using absolute urls this can cause...

    Sometimes when using absolute urls this can cause it to break]
    For example pathString = "http://www.somedomain.com/somescript.php"
    this will work if you are accessing the site via...
  15. Is the swf and php file on the same server in the...

    Is the swf and php file on the same server in the same folder?
  16. Replies
    8
    Views
    3,015

    Maybe it was something you took out the file...

    Maybe it was something you took out the file before making it available for download?
  17. Replies
    8
    Views
    3,015

    It was only exporting to something like 4kb so...

    It was only exporting to something like 4kb so that was very little to test on. I imported a couple of heavy images to bump up the swf size then tested the preloader. It work just fine starting at 1%
  18. Replies
    3
    Views
    1,099

    Here is an AS3 example form...

    Here is an AS3 example form that i h ave on my blog.
    It also have the as2 version as well so that you can see the difference in the coding.
  19. Replies
    3
    Views
    1,099

    Are you trying to do this in AS3? As you have...

    Are you trying to do this in AS3? As you have posted under AS3
  20. AS 2 Sorry to jump in but if using attachMovie then...

    Sorry to jump in but if using attachMovie then you should use removeMovieClip


    my_btn.onPress = function(){
    for(a=0;a<i;a++){
    removeMovieClip(_root["marker"+a]);
    }
    i =...
  21. Replies
    8
    Views
    3,015

    Are you able to post the fla so i can take a look?

    Are you able to post the fla so i can take a look?
  22. Replies
    8
    Views
    3,015

    Have you get anything in the library set to...

    Have you get anything in the library set to export in the first frame?
  23. Replies
    2
    Views
    898

    You can use MovieClip(parent) ...

    You can use MovieClip(parent)


    MovieClip(parent).gotoAndPlay("Clip1");
  24. Replies
    2
    Views
    1,544

    Hi that is happening because somewhere in your...

    Hi that is happening because somewhere in your code math ceil() or round() is not being used to round the mask width and height to the highest integer value.
    I changed

    maskWidth =...
  25. Replies
    1
    Views
    629

    You need to use addChild() So you mc in the...

    You need to use addChild()

    So you mc in the library has a linkage id of "char1"
    The the code would be

    var mcChar:MovieClip = new char1()
    addChild(mcChar)
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center