A Flash Developer Resource Site

Search:

Type: Posts; User: psb

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. Thread: Email Forms

    by psb
    Replies
    2
    Views
    773

    well flash cannot send mail on itas own if u like...

    well flash cannot send mail on itas own if u like to do then u have to take help of some 3rd part language such as PHP or asp.

    There are lots of example available on the net which can guide u how...
  2. Replies
    0
    Views
    391

    exporting directly to flv

    hi thanks in advance

    do anyone knows how to convert any video format into flv from flash scripting or by using any other language. i need to do that in one of my project to convert user uploaded...
  3. [f8] Flash and Php image uploader giving error

    Hi


    I m making a form using "Flash and PHP" which upload the file on server. when i am trying this on my local server is doing what it should do by copying the file to the desired location, but...
  4. Thread: FileReference

    by psb
    Replies
    1
    Views
    407

    FileReference

    hi i need help in uploading image using flash FileReference and PHP technology if anyone knows then do let me know. thanx in advance. plz do help me in this as i m stuck in it for quite a long time...
  5. just put a stop on each frame where ur movieclip...

    just put a stop on each frame where ur movieclip reside on the main time line. as everything u have done is right but u haven't stop the frame on the main timeline where each movieclip resides. do...
  6. well 1st tell us how u r making those dynamic...

    well 1st tell us how u r making those dynamic textfield at the runtime or u have it on the stage from the starting.

    if u are not making those dynamic textfield on run time then associates it with...
  7. Thread: LoadMovie

    by psb
    Replies
    2
    Views
    704

    sure it is possible use moviecliploader class...

    sure it is possible use moviecliploader class with that u can readjust the width and height of a loaded movie. if u don't know how to do that use the flash help and if still not able then let us know...
  8. Replies
    1
    Views
    442

    after put a input text field on the stage give...

    after put a input text field on the stage give the var name to it e.h filename. the code will follow like

    on(press){
    var txt_loader:LoadVars = new LoadVars();
    txt_loader.load(filename+".txt");...
  9. Replies
    3
    Views
    562

    hi here is the fla file as far as i understand ur...

    hi here is the fla file as far as i understand ur problem. if u need something different do let me know
  10. Replies
    4
    Views
    469

    well its depends upon u how u declare the...

    well its depends upon u how u declare the variable i m giving u example of 2 different type of declaration and taking the same ouppu

    exam 1
    ____________

    num1 ="1";
    num2 = "1";
    num3 = "1";...
  11. Replies
    5
    Views
    451

    on (release) { gotoAndPlay("info"); active = 1;...

    on (release) {
    gotoAndPlay("info");
    active = 1;
    }

    if the above script is on the button and later on u moved the button under a movieclip and want the main timeline to go to the frame label...
  12. Replies
    1
    Views
    436

    well if u like to pass any varibale from php to...

    well if u like to pass any varibale from php to flash all u need to do is the following thig
    in the php file write this and in flash just make a call to this php but before that create a textfield...
  13. Replies
    1
    Views
    360

    well i always use childNodes i feel very easy in...

    well i always use childNodes i feel very easy in using it.

    according to my way of retrieving the xml values.

    myxml.childNodes[0]
    myxml.childNodes[1]
    myxml.childNodes[2]

    if ur item have...
  14. Replies
    0
    Views
    373

    resizing the popup window

    Hi guys

    i have searched the flashkit for my answer but have found the solution.

    my problem is that i want to open an html page whoes width and height i can manipulate from flash it self.

    ...
  15. Replies
    2
    Views
    436

    hi no big problem with ur textfield just embed...

    hi no big problem with ur textfield just embed the font and ur textfiel will start taking the user inputs, just remember when ever u twist or mask ur dynamic or input textfield just embed the font in...
  16. Replies
    8
    Views
    557

    ya u can do that . if u have created it...

    ya u can do that . if u have created it dynamically then use removemovieclip(mcname)

    and if u have put it manually then swap its depth to its higher then do the same thing
  17. Thread: Button questions

    by psb
    Replies
    11
    Views
    743

    if need more clarification reads the help or come...

    if need more clarification reads the help or come back i will explain it to u
  18. Thread: Button questions

    by psb
    Replies
    11
    Views
    743

    well the problem is u r using the instance name...

    well the problem is u r using the instance name of the button. but u haven't given the button instance name. thats why its not working, just type the name u user before onRelease in the button...
  19. Thread: Button questions

    by psb
    Replies
    11
    Views
    743

    upload ur file so i can have a look at it

    upload ur file so i can have a look at it
  20. Thread: Button questions

    by psb
    Replies
    11
    Views
    743

    where have u written ur code on button or on a...

    where have u written ur code on button or on a frame. according to the error u must have written ur code on the button. but the the syntax u r using are used when u write the code on frame using the...
  21. Replies
    4
    Views
    446

    use "trace(this._name)"

    use "trace(this._name)"
  22. Replies
    3
    Views
    543

    import it in a movieclip and play its frame in...

    import it in a movieclip and play its frame in reverse. e.g

    for(var i = no of frames;i>1;i--){
    mc.gotoAndPlay(i);
    }
  23. Replies
    3
    Views
    543

    import it in a movieclip anf play its frame in...

    import it in a movieclip anf play its frame in reverse.

    for(var i = no of frames;i>1;i--){
    mc.gotoAndPlay(i);
    }
  24. i think there is some mistake as i m getting the...

    i think there is some mistake as i m getting the right value have u copy the above code and tried. as at my end its gives me e1,d1.,c1,b1,a1 while browse up
  25. Replies
    2
    Views
    475

    u can do as u wish but remember the code above...

    u can do as u wish but remember the code above will execute 1st then the code bellow it
Results 1 to 25 of 183
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center