A Flash Developer Resource Site

Search:

Type: Posts; User: deepakflash

Page 1 of 20 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    7
    Views
    994

    (OMG!!) what did I do?

    (OMG!!) what did I do?
  2. Replies
    7
    Views
    994

    Torrent users?

    Any torrent users here in FK? I am tring to download some movies. It had 6+ seeds when i started off(last week). After sometime I found there was NO PROGRESS in the download status. When i checked...
  3. Thread: Unfair Law

    by deepakflash
    Replies
    1
    Views
    774

    Unfair Law

    ... infact 'inhuman' law
  4. Replies
    3
    Views
    671

    An Extreme:

    An Extreme:
  5. Replies
    2
    Views
    412

    var a = new Object(); Key.addListener(a); var b...

    var a = new Object();
    Key.addListener(a);
    var b = 1;
    a.onKeyDown = function() {
    if (Key.isDown(Key.TAB)) {
    yourMc._visible = true;
    b = Key.getCode();
    }
    };
    a.onKeyUp = function() {
  6. Replies
    2
    Views
    471

    do you mean to say: you want the movie to play a...

    do you mean to say: you want the movie to play a frame labelled "slideshow"(which is on your main timeline) every 5 seconds?
  7. .. and you may also try it to get rid of fairy...

    .. and you may also try it to get rid of fairy tale thoughts occupying 3/4th of your brains precious storage space
  8. Replies
    52
    Views
    2,817

    any virgin pics in the list? remember?

    any virgin pics in the list? remember?
  9. Replies
    20
    Views
    3,525

    Babelfish ??

    Babelfish ??
  10. Replies
    3
    Views
    1,050

    Good work. Nice and simple

    Good work. Nice and simple
  11. Replies
    20
    Views
    3,525

    I am not even half way through your journal :D

    I am not even half way through your journal :D
  12. Replies
    482
    Views
    149,008

    hot ones later, I screw you first

    hot ones later, I screw you first
  13. Replies
    20
    Views
    3,525

    How many of us can think about having "free open...

    How many of us can think about having "free open sex". What if everyone were like her and that too for free?

    You go to a supermarket and you see a hot girl. You ask - "shall I screw you?" She...
  14. Replies
    20
    Views
    3,525

    2.5 million pounds for virginity

    Its like watching a real life documentary of a prostitute
  15. Replies
    3
    Views
    677

    In some parts of India there are villages where 6...

    In some parts of India there are villages where 6 year old girl is married to 40+ year old man
  16. I like to know :)

    I like to know :)
  17. Replies
    2
    Views
    691

    yourMc.loadMovie("../print01.swf"); // jumps back...

    yourMc.loadMovie("../print01.swf"); // jumps back and loads "print01.swf"
    yourMc.loadMovie("../print/print01.swf"); // jumps back and loads "print01.swf" which is inside "print" folder
  18. Replies
    13
    Views
    639

    Upload and test your preloader. I cant find...

    Upload and test your preloader. I cant find anything wrong with the preloader code given to you.

    Btw, this preloading code will not work if you are using it on a child swf. So, is this a 'main'...
  19. Replies
    2
    Views
    449

    You need to set a movieClip's visiblility to...

    You need to set a movieClip's visiblility to false as soon as its 'completely loaded'. This can be achieved using 'onLoadInit' handler


    var Count = 5;
    var mcl=new MovieClipLoader();
    var obj=new...
  20. Replies
    13
    Views
    639

    ...And btw, is this your 'main' swf or 'child'...

    ...And btw, is this your 'main' swf or 'child' swf?
    This preloading code will not work on a child swf
  21. Replies
    13
    Views
    639

    Thats really strange. I cant believe that your...

    Thats really strange. I cant believe that your swf failed to get into that 'IF condition'. Impossible
    Did you upload and check??

    I think it has to be some other kind of silly error which you...
  22. Replies
    13
    Views
    639

    make the condition... ...

    make the condition...


    if(_root.getBytesLoaded()==_root.getBytesTotal()){
    gotoAndPlay(2);
    trace("complete")
    delete this.onEnterFrame;
    }
  23. Replies
    2
    Views
    470

    For that you can simply use an onLoadInit handler...

    For that you can simply use an onLoadInit handler



    var mcl=new MovieClipLoader()
    var obj=new Object()
    mcl.addListener(obj)
    obj.onLoadInit=function(targetMc){
    trace(targetMc._height) //...
  24. Replies
    3
    Views
    671

    NEVER too late

    Awesome, but can she have a child??
    All sorts of strange things happen in this world
  25. Replies
    7
    Views
    910

    If you want the entire thing to be draggable...

    If you want the entire thing to be draggable then:



    var textboxvalue = "nalini";
    var mc = this.createEmptyMovieClip("mc", 1);
    for (var i = 0; i<textboxvalue.length; i++) {...
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