A Flash Developer Resource Site

Search:

Type: Posts; User: ombdj

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: ASP refresh

    by ombdj
    Replies
    1
    Views
    349

    is tough or a bug in flash???

    is tough or a bug in flash???
  2. Replies
    0
    Views
    319

    Hi, when i tried to replace text in a...

    Hi,

    when i tried to replace text in a textfield, it inserts text at the beginning, not replacing selected text as the code says

    code
    ------------------------
    textField.replaceSel (text);
    ...
  3. Thread: ASP refresh

    by ombdj
    Replies
    1
    Views
    349

    Hi, I am trying to load variables from an ASP...

    Hi,

    I am trying to load variables from an ASP file in a constant interval. When it connects for the first time flash shows the right value. But in the subsequent connections, it still shows the...
  4. Replies
    0
    Views
    319

    I tried to develop a flash remoting application...

    I tried to develop a flash remoting application through JRun. I placed the servlet on a remot server.

    When i run the .swf from my local system it pulls the data from the servlet, but fails to do...
  5. Replies
    0
    Views
    365

    is it possible to load variables through network...

    is it possible to load variables through network from another PC?
  6. Replies
    25
    Views
    4,539

    Thank you for your quick respons. Well, if i want...

    Thank you for your quick respons. Well, if i want to store through network, can i do that?
  7. Replies
    25
    Views
    4,539

    Hey Why this fscommand saves the variable...

    Hey

    Why this fscommand saves the variable declared in the root only

    fscommand("save","my.dat");

    although i called it inside a movieclip where there is another declared variable.

    Where i...
  8. Thread: "For" Loop

    by ombdj
    Replies
    5
    Views
    675

    for(i=0; i

    for(i=0; i<your_no_of_repeat; i++){
    _root.myMC._x+=50;
    _root.myMC._x*=.8;

    }

    Just check this. But you have to define how many times this for loop will work(your_no_of_repeat).

    Is it what...
  9. Thread: scale, re-scale

    by ombdj
    Replies
    1
    Views
    422

    on(release){ your_MC._yscale=100;...

    on(release){
    your_MC._yscale=100;
    your_MC._xscale=100;
    }

    right this script to your button event to bring the movieclip size to 100%.

    Cheerz
  10. Thread: pop up window

    by ombdj
    Replies
    2
    Views
    445

    http://board.flashkit.com/board/showthread.php?thr...

    http://board.flashkit.com/board/showthread.php?threadid=297180

    check this.
  11. Thread: pop up window

    by ombdj
    Replies
    5
    Views
    608

    Just write ==========================...

    Just write



    ==========================
    on(release){
    getURL("JavaScript:window.open('http://www.theManFromIndia.com','name_your_window','height=200,width=200');void(0);");
    }...
  12. Thread: pop up window

    by ombdj
    Replies
    5
    Views
    608

    I think here is the problem when you define a...

    I think here is the problem when you define a variable like "MethRed.swf=window.open.......".

    The variable name "MethRed.swf" is not accepatble as a "." comes in between.

    Remove it and see.
  13. Thread: VB & Flash?

    by ombdj
    Replies
    2
    Views
    467

    Hey! It is simple. Give a name(biswa) to the...

    Hey!

    It is simple. Give a name(biswa) to the swf component in VB.
    Then wright

    biswa.Visible = False

    Alash!! It works.
  14. Replies
    1
    Views
    410

    I think when you create one individual fla...

    I think when you create one individual fla pulling data from a flat text file it will work because your variables has been loaded to the root of that perticular movie. When you load this movie into...
  15. Thread: preloader

    by ombdj
    Replies
    4
    Views
    466

    //this script will be in the second frame if...

    //this script will be in the second frame


    if ( _root.getBytesLoaded()==_root.getBytesTotal()){
    gotoAndPlay("start");//starting movie when it is fully loaded
    } else {
    var...
  16. Your idea is perfect. Writting something into the...

    Your idea is perfect. Writting something into the database and then pulling the data from the database then displaying it in a front end is one of the basic procidures in database integrated design....
  17. Thread: preloader

    by ombdj
    Replies
    4
    Views
    466

    Show the code and the structure of your movie. It...

    Show the code and the structure of your movie. It is nothing to worry as it is one of the basic script in flash.
    There must be something missing in your code.
  18. Replies
    1
    Views
    383

    just wright- gotoAndPlay(_root,"start"); ...

    just wright-

    gotoAndPlay(_root,"start");


    instead of -

    gotoAndPlay("start");
  19. Thread: PLEASE HELP ME

    by ombdj
    Replies
    3
    Views
    424

    Call the external movie into a movieclip through...

    Call the external movie into a movieclip through loadMovie action. Then the external movie will be converted into movieclip which will accept any script applicable to a MC.
  20. Replies
    0
    Views
    410

    Hi, I want to create a dynamic text field...

    Hi,

    I want to create a dynamic text field which will expand depending upon the ammount of content in it.How can i do that?

    When i create a dynamic text field, it comes with a pre defined size...
  21. Replies
    2
    Views
    1,111

    Not working. The tweening property is also not...

    Not working. The tweening property is also not working.
  22. Replies
    2
    Views
    1,111

    how can i change alpha property of a dynamic text...

    how can i change alpha property of a dynamic text field?

    I put that text field inside a MC. then changed the alpha of that perticular MC. but still the dynamic text field alpha is not changing and...
  23. Thread: Connected or not

    by ombdj
    Replies
    0
    Views
    377

    Hi, how can a stand alone player detect...

    Hi,

    how can a stand alone player detect whether it is online or not.
  24. Replies
    2
    Views
    343

    Hi Moises, This is the only solution. Thank...

    Hi Moises,

    This is the only solution. Thank you for responce. But to apply this solution i have to create some more variables which will be passed from the HTML through javascript to the assigned...
  25. Replies
    2
    Views
    343

    calling a function

    Hi,
    Can I call a function written inside flash using javascript?

    Well, let me clear it. I have defined some functions at the root level in the flash movie. There are some buttons which are to...
Results 1 to 25 of 32
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center