A Flash Developer Resource Site

Search:

Type: Posts; User: nitai

Search: Search took 0.47 seconds.

  1. Replies
    10
    Views
    1,162

    Got it now. In the products.swf the very first...

    Got it now.

    In the products.swf the very first frame, I had to unload the movie:

    unloadmovie (_level0.mymovie)

    My mistake was always to ignore the level the target was on. Since the...
  2. Replies
    10
    Views
    1,162

    ...Ups only half of my message came trough. ...

    ...Ups only half of my message came trough.

    There is a movie within "mymovie" that loads a movie to level1. All I need now is to remove the "mymovie" when pressing that button.

    All unload...
  3. Replies
    10
    Views
    1,162

    Ok, this is what I get in the ListObject window:...

    Ok, this is what I get in the ListObject window:

    Level #0: Frame=2 Label="main"
    Movie Clip: Frame=4 Target="_level0.mymovie"
  4. Replies
    10
    Views
    1,162

    Great it works. Thank you very much. I still...

    Great it works. Thank you very much.

    I still just have a little problem.

    On the main stage I load the menu.swf into target "mymovie".

    Within that menu.swf I have the link to the movie...
  5. Replies
    10
    Views
    1,162

    sorry, just pushing it up again. (would love an...

    sorry, just pushing it up again. (would love an answer:-))
  6. Replies
    10
    Views
    1,162

    Hi all, I am trying to click a button on one...

    Hi all,

    I am trying to click a button on one loaded movie and load another movie and then jump to a scene within that movie.

    Like:

    Click on button in movie 1.
    Loadmovie 2 and jump to the...
  7. Replies
    8
    Views
    671

    THATS IT

    Wow, thats it. It works.

    I honestly dont understand the concept of it yet, but I made it work. Thanks a bunch. I will continue from here on.

    Learning by doing and asking.-)

    Sincerely,
    Nitai
  8. Replies
    8
    Views
    671

    Double checked it all. I just renamed it to...

    Double checked it all.

    I just renamed it to pro and p to make sure. Nothing is working.

    Do you mind if I send you the file to have a look at it. I am totally messed up if I dont get this to...
  9. Replies
    8
    Views
    671

    Damn.....it doesnt work. Slap me if I am...

    Damn.....it doesnt work.

    Slap me if I am wrong.

    I have the MC (instance label "products") in one layer (frame label: P)

    On one layer I have another MC with a button and the script:

    on...
  10. Replies
    8
    Views
    671

    It is not working, but that is propably me. On...

    It is not working, but that is propably me.

    On the main.swf I have a MC with an instance name of "menu" on frame 1. Just one layer under that I have an MC called products at frame 5. Within the MC...
  11. Replies
    8
    Views
    671

    Hi all, Got the following problem: I have...

    Hi all,

    Got the following problem:

    I have one MC loading at frame 1. Within that Mc is a button to an MC at frame 5.

    when I hit that button it just reloads the same MC and does not jump to...
  12. Does anybody know an answer to this? Would be...

    Does anybody know an answer to this? Would be very much appreciated.

    Sincerely,
    Nitai
  13. How are you going to send informations to the...

    How are you going to send informations to the other movie? With a button? If so you can use setvariables in the button script and with loadmovie use post to send all variables.

    Sincerely,
    Nitai
  14. Well I am also new so I can just write what I...

    Well I am also new so I can just write what I figured out.

    The button script is:

    on release
    jumpto = test
    loadmovie testing.swf, 2, Post

    In the testing.swf I got this:
  15. Hi all, On level 1 (main movie) I have a...

    Hi all,

    On level 1 (main movie) I have a button, assigned the variable test and another button test2 called jumpto.

    On release I load the mymovie.swf.

    There are 2 scenes in there.

    On...
  16. solved

    Figured it out.

    Need to set a variable to the button and then evaluate in the targeted movie with a if statement the variable and play the scene I want.

    Sincerely,
    Nitai
  17. Hi all, Can I do this: on (press, release)...

    Hi all,

    Can I do this:

    on (press, release) {
    loadMovieNum ("products.swf", 2);
    gotoAndPlay ("_level2.test", 1);
    }

    If not how can I accomplish to press a button, load a movie and...
  18. Replies
    1
    Views
    410

    Hi all, On one fram I load another swf file...

    Hi all,

    On one fram I load another swf file into the main one. Is there a way I can tell on what position (x + Y) the movie loads?

    I am working on a site that has a menu on top. When I load the...
  19. Thread: "&" within Urls

    by nitai
    Replies
    3
    Views
    979

    Foundit: ...

    Foundit:

    http://www.macromedia.com/support/flash/ts/documents/url_encoding.htm

    Thank you.

    Sincerely,
    Nitai
  20. Thread: "&" within Urls

    by nitai
    Replies
    3
    Views
    979

    Ok, how do i do that? Like I said this is coming...

    Ok, how do i do that? Like I said this is coming from a dynamic text file into Flash.

    I am new to this so I appreciate every bit of information.

    Thank you.

    Sincerely,
    Nitai
  21. Thread: "&" within Urls

    by nitai
    Replies
    3
    Views
    979

    Hi all, I need to talk to a databse which...

    Hi all,

    I need to talk to a databse which bases the variables in the form of index.html?cart=[shop]&user=[id]...

    As far as my testing goes I see that as soon as I use the & sign everything else...
  22. Replies
    1
    Views
    400

    Hi all, I have a sound, a background with a...

    Hi all,

    I have a sound, a background with a skip intro and a main movie.

    I made a start movie and want to load these 3 movies into this one.

    In the first frame I put the sound movie with a...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center