A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Pop-Up problems

  1. #1
    Flame Reaper
    Join Date
    Nov 2004
    Location
    england
    Posts
    35

    Pop-Up problems

    Hey guys im tryin to make a site to hold mine and my friends flash movies and i decided to play the movies and games in a pop-up by using the attach movie method but it doesnt work and i need to know why.

    I have a scroll box in the main timeline that is set up to show the graphic that contins the list of buttons for cartoons and games. on the button that you click to open the game i have this code

    on (press) {
    this.attachMovie("Peg_Puzzle", "window", 1);
    window._x = 50;
    window._y = 25;
    }


    I have also tried replaceing this. with _root. but with no success.
    In the land of the blind the one eyed man is king

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Peg_Puzzle a movie clip (with linkage set...) in the Library?

  3. #3
    Flame Reaper
    Join Date
    Nov 2004
    Location
    england
    Posts
    35
    Yeah its in the librbary and its been expeported for action script under the rite name
    In the land of the blind the one eyed man is king

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center