A Flash Developer Resource Site

Search:

Type: Posts; User: Nazaret

Page 1 of 7 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    425

    Hi cod Just put the following on your button...

    Hi cod

    Just put the following on your button action

    On (Release)
    Get URL ("mailto:yourname@yourisp.com")
    End On


    If you are wondering how to do this.
  2. Replies
    3
    Views
    433

    Hi heks1 Yes it can be done. You must set...

    Hi heks1

    Yes it can be done.
    You must set variables to read from an external text file. which your client can edit.

    I have one (I don't know where I got it from) If you want to, drop me a line...
  3. Replies
    2
    Views
    393

    Hi Try the following. ...

    Hi

    Try the following.


    <HTML>
    <HEAD>
    <TITLE>Detect</TITLE>
    </HEAD>
    <BODY>
  4. Replies
    1
    Views
    323

    Hi 1:-There are couple of ways in doing a time...

    Hi

    1:-There are couple of ways in doing a time delay, these previous posts explain two of them.
    http://www.flashkit.com/board/showthread.php?threadid=18663...
  5. Replies
    1
    Views
    378

    Hi See the tutorial at...

    Hi

    See the tutorial at
    http://www.flashkit.com/tutorials/fx_rewnd/tute_rewind.shtml

    Although in this case a button is used, the principle is the same.

    Naz
  6. Replies
    1
    Views
    514

    Hi Generally fullscreen is not a good idea but...

    Hi

    Generally fullscreen is not a good idea but you can see how to do fullscrean at the following post

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

    Naz
  7. Replies
    2
    Views
    578

    Hi Make a new text file and put the following...

    Hi

    Make a new text file and put the following

    [autorun]
    OPEN=YOUR_PROJECTOR.EXE

    and save it as autorun.inf

    If your projector.exe is not in the root, you must specify the path
  8. Thread: LIL HINT...

    by Nazaret
    Replies
    1
    Views
    447

    Select your button and put the following action ...

    Select your button and put the following action

    on (release) {
    gotoAndPlay ("Scene 2", 1);
    }

    To put the action on a button, either window\actions, Ctrl+Alt+A, or right click the button...
  9. Replies
    3
    Views
    661

    Hi EZ answer :-) Yes

    Hi

    EZ answer :-)
    Yes
  10. Replies
    4
    Views
    4,784

    Hi gazza That was my first question on...

    Hi gazza

    That was my first question on Flashkit :-)

    Use URL encoding for special characters
    I.E use %26 for & and %25 for %

    The rest of the URL encoding chart can be seen at:
    ...
  11. Replies
    1
    Views
    419

    Hi Try http://www.flashtool.de/en/ they have a...

    Hi

    Try http://www.flashtool.de/en/ they have a free software (Flabyte) which is a Flash Byte Preloader.

    Naz
  12. Thread: Preloaders

    by Nazaret
    Replies
    2
    Views
    636

    Yes you are right, a preloader will solve your...

    Yes you are right, a preloader will solve your problem.

    You can read more about preloaders here at Flashkit at

    http://www.flashkit.com/tutorials/ba_learn/tute_learningpt2.shtml
    ...
  13. Replies
    9
    Views
    860

    Hi again As the name implies, variables can be...

    Hi again

    As the name implies, variables can be anything, in this case the variable frame could be anything, x,y,z etc. As you said, _currentframe reffers to the frame number

    No it should not...
  14. Hi and wellcome to Flashkit I hate it when...

    Hi and wellcome to Flashkit

    I hate it when there are questions with 0 answers :-)

    So in order to solve your problem, do the following
    Label the frame in the scene that you want to go.
    For...
  15. Replies
    9
    Views
    860

    Hi Sometimes our btain refuses to accept easy...

    Hi
    Sometimes our btain refuses to accept easy things :-)

    Anyway first of all your variables are not correct
    Remember variables in quotes ("") are string literal, you must click Expression (Click...
  16. Unfortunately the answer is no. For tell target...

    Unfortunately the answer is no.
    For tell target you should use the path (/mc1/mc2) or (../mc3) or ( ../../mc4) or (_level0/mc1) or (_level1/mc1) etc

    Naz
  17. Replies
    9
    Views
    860

    Hi Aparently you have not undersood the loop...

    Hi

    Aparently you have not undersood the loop action
    Loop in Flash forces statements contained within the loop to be executed over and over, until a particular condition is false.

    So "Loop...
  18. Replies
    9
    Views
    860

    Hi I don't see why you need to loop, just put...

    Hi

    I don't see why you need to loop, just put the following action on Frame 20 action tab
    Go to and Stop (30)


    For more info about loop, have a look at the tutorial...
  19. Replies
    3
    Views
    595

    Hi You should target the frame that you want...

    Hi

    You should target the frame that you want the html to load

    On (Release)
    Get URL ("your.html", window="frame_2")
    End On

    On the Get URL tab. there is an edit box (Window), you...
  20. Replies
    3
    Views
    468

    Hi kub04 I thought my explanation was clear...

    Hi kub04

    I thought my explanation was clear enough, what part didnt you understand?

    If you have difficulty, send me an email and I'll send you a demo fla.

    Naz
  21. Thread: .exe-question

    by Nazaret
    Replies
    2
    Views
    527

    Yes they can. A projector (exe) file does not...

    Yes they can.
    A projector (exe) file does not need the flash player.

    Naz
  22. Replies
    1
    Views
    470

    Hi There are couple of ways to resolve your...

    Hi

    There are couple of ways to resolve your problem.
    One of then is to put an empty keyframe, with stop action, at the start of your movie clip.
    and with mouse rollover.
    On (Roll Over)
    ...
  23. Replies
    2
    Views
    520

    Hi Sounds won't work in a graphic symbol, you...

    Hi

    Sounds won't work in a graphic symbol, you have to use a movie clip symbol for sound.

    Naz
  24. Hi This is how I think it is done in the...

    Hi

    This is how I think it is done in the tutorial.

    1:=Import your jpg.
    2:=Select it and click on Insert\Convert to new symbol (F8), select graphic and name it. eg Graphic_1
    3:=Now Open...
  25. Replies
    1
    Views
    391

    Hi Because you are using an Expression but...

    Hi

    Because you are using an Expression but have Ticked Numerical Literal.
    When You Type your Depth (CopyCount) make sure that you have Ticked Expression (Click the = Button and select Expression)...
Results 1 to 25 of 174
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center