A Flash Developer Resource Site

Search:

Type: Posts; User: hussainbh

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Thread: Access Form

    by hussainbh
    Replies
    1
    Views
    336

    i found this

    Adding A Flash Movie To A Microsoft Access Start Up Form:

    Question >> The problem is this: My boss has requested that I include an animated company logo which has been created using Flash in our...
  2. Thread: Access Form

    by hussainbh
    Replies
    1
    Views
    336

    Access Form

    Can i insert SWF in microsoft access form , and how?
  3. Replies
    2
    Views
    518

    duplicateMovieClip

    how i can duplicateMovieClip with diffrent color?
  4. Replies
    2
    Views
    528

    thanks

    thanks


    but still stop(); works and go to "no"
  5. Replies
    2
    Views
    528

    Help Plz : Input text =null stop

    on (release) {
    if (answer.text() == null && pass.text == null) {
    stop();
    } else if (answer.text.toLowerCase() == "hussain" && pass.text.toLowerCase() == "100") {
    gotoAndStop("yes");
    }...
  6. Replies
    3
    Views
    925

    i used the defult setting

    i used the defult setting
  7. Replies
    3
    Views
    925

    Viedo quality

    Hi all I am using Techsmith.Camtasia.Studio.v2.1 to record some word tutorials , and convert avi to flv using the same program but when make flv Movie clip the quality of the movie clip goes………...
  8. Replies
    2
    Views
    629

    try this on(release){ gotoAndStop("P1") } ...

    try this

    on(release){
    gotoAndStop("P1")
    }

    in Each Label put

    stop();
  9. Thread: loadMovieNum

    by hussainbh
    Replies
    0
    Views
    284

    loadMovieNum

    can i used loadMovieNum From a specific fram?
  10. Replies
    4
    Views
    681

    hi

    try this


    http://www.actionscript.org/tutorials/beginner/A_clock/index.shtml
  11. Replies
    0
    Views
    486

    if (this._droptarget=="/input_mc") {

    download my fla file and tell me y it's does not work plz help?
  12. Replies
    3
    Views
    434

    thankx all

    thankx all
  13. Replies
    1
    Views
    723

    Quick Time Problem

    when i try to publish movie in quicktime i recieve this massege

    the installed version of quickTime dose not have a handler for this type of macromedia flash movie.



    i have flash mx 2004
    amd...
  14. Replies
    3
    Views
    434

    ._droptarget == "/destination"

    this code does not work


    shirt_mc.onPress = function() {
    startDrag(this, true);
    };
    shirt_mc.onRelease = function() {
    stopDrag();
    if (shirt_mc._droptarget == "/destination_mc") {...
  15. Thread: input Text

    by hussainbh
    Replies
    1
    Views
    367

    input Text

    hi all ........ i have input text and two button one for disable and one for reset.

    how i disable input text?
  16. Thread: fscommand

    by hussainbh
    Replies
    8
    Views
    729

    hi thanks all. i have a menu with a main menu...

    hi thanks all. i have a menu with a main menu button and other button out side the stage in 600 *800 screen resolution but when i change the screen resolution to 1024 * 768 the place of button change.
  17. Thread: fscommand

    by hussainbh
    Replies
    8
    Views
    729

    i mean the place of buttons and MC , it's a stand...

    i mean the place of buttons and MC , it's a stand alone project
  18. Thread: fscommand

    by hussainbh
    Replies
    8
    Views
    729

    fscommand

    hi all


    i used this action
    fscommand("fullscreen", true);

    but when i change the Screen Resolution evrey thing change .

    why?
  19. Replies
    9
    Views
    706

    Thanks all . Lexicon,Fraggs thanks

    Thanks all .


    Lexicon,Fraggs


    thanks
  20. Replies
    9
    Views
    706

    thanks a lot , but what do u mean by yourpath....

    thanks a lot ,

    but what do u mean by yourpath. and it's stop all the time "" or full.




    stop();
    Next_btn.onRelease= function() {
    if (text_txt == "" ) {
  21. Replies
    9
    Views
    706

    i have a dynamic text box and button , the user...

    i have a dynamic text box and button , the user must enter a value in the text box to start.

    //i put this action
    button_btn.onRelease=function() {
    if (text_txt="")
    stop();
    }
  22. Replies
    9
    Views
    706

    why this action not working

    button_btn.onRelease= function() {
    if (text_txt=="" ) {
    stop();

    thanks
  23. Replies
    0
    Views
    369

    result in text file

    can i put result from multiple choose question in a text file?


    thankx
  24. Thread: plz help

    by hussainbh
    Replies
    4
    Views
    467

    in this way we do not need to put _root , just ...

    in this way we do not need to put _root , just
    buttomname1.enabled =fa;se;





    on(release){
    buttonName1.enabled=false;
    buttonName2.enabled=false;
  25. Thread: plz help

    by hussainbh
    Replies
    4
    Views
    467

    i have four button when i press one all of them ...

    i have four button when i press one all of them

    enabled = fales;
Results 1 to 25 of 59
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center