A Flash Developer Resource Site

Search:

Type: Posts; User: arsmitgas

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    690

    thanx burntoptics!!!! It works pretty fine!!! ...

    thanx burntoptics!!!!
    It works pretty fine!!!

    arsmitgas
  2. Replies
    1
    Views
    440

    you have to do it like this!! On (Release) ...

    you have to do it like this!!

    On (Release)
    If (go eq gogo)
    Go to and Stop (5)
    End If
    End On


    hope that helps!!
  3. Replies
    2
    Views
    617

    go into the "movies" section of flashkit.com ...

    go into the "movies" section of flashkit.com

    path from home:

    >movies
    >actionscript and variables
    >Multiload Text

    there you can find an open source FLA "Multiload Text" for download!!
  4. Replies
    2
    Views
    690

    i want to make a countdown timer whitch show...

    i want to make a countdown timer whitch show minutes and seconds.
    it work´s fine, but when the seconds go und 10 it show me
    only a 9,8,7,6,5,4,3,2,1,0 and not 09,08,07,06,05,04,03,02,01,00.
    how...
  5. Replies
    9
    Views
    584

    I´m sure u are working on a Mac! No Avi on...

    I´m sure u are working on a Mac!

    No Avi on Mac!!!

    No QuickTime on PC!!!
  6. Replies
    3
    Views
    2,592

    thanx a lot jobemjobem!!!!! in a few days i´ll...

    thanx a lot jobemjobem!!!!!
    in a few days i´ll post a link to the result.

    arsmitgas

    :-)
  7. Replies
    3
    Views
    2,592

    is it posssible in flash to set the visibility of...

    is it posssible in flash to set the visibility of the cursor to false??
    like in director!

    thanx
    arsmitgas
  8. Replies
    2
    Views
    844

    the cgi you use should write the variables in the...

    the cgi you use should write the variables in the .txt file following way.

    var1=3&var2=8&var3=x

    so flash can work with .txt

    arsmitgas
  9. Replies
    1
    Views
    434

    you only see the animation in a movieclip after...

    you only see the animation in a movieclip after you make a "swf" from your "fla" file.

    contol
    test movie


    arsmitgas
  10. Replies
    2
    Views
    523

    try this! Get URL ("xy.html", window="main") ...

    try this!

    Get URL ("xy.html", window="main")

    arsmitgas

    PS: get sure that the name of the frame in the frameset you created is "main" and not only the content htm of this frame is "main.htm"....
  11. Replies
    1
    Views
    833

    you only have to type following into the "get...

    you only have to type following into the "get url" window:

    javascript:launchwin('xy.html' , 'newwindow' , 'height=300,width=300')

    hope it helps

    arsmitgas
  12. Replies
    2
    Views
    559

    you are only can do this by a trick! first you...

    you are only can do this by a trick!

    first you to navigate in your main timeline to marker "scene xy" witch is after all your animations.

    On (Release)
    Begin Tell Target ("_level0")
    ...
  13. Replies
    3
    Views
    608

    first: _level0 is the main movie to navigate a...

    first: _level0 is the main movie

    to navigate a movie with a button witch is in the movie clip, you have to use following action script

    On (Release)
    Begin Tell Target ("_level0")
    ...
  14. Replies
    2
    Views
    1,398

    you have to seperate the variables with an "&" ...

    you have to seperate the variables with an "&"

    var1=text1
    &var2=text2
    &var3=text3

    so it will works
  15. Replies
    1
    Views
    1,273

    This will open a new window witch contents...

    This will open a new window witch
    contents new.html.

    On (Release)
    Get URL ("new.html", window="_blank")
    End On
  16. Thread: email

    by arsmitgas
    Replies
    2
    Views
    1,395

    you only have to type into get url mailto:...

    you only have to type into get url

    mailto: xy@xy.xy

    still good luck starting up on flash
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center