A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: loadmovie

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    19
    Hello,

    I have a site and I want this:

    When you pres a button of a category, I want a movie to be loaded so it doesn't need to load from the beginning of the site.

    But I tried to assign a loadmovie command to my button and it loaded the movie on top of my site but I would like to control the size of that movie and the place on the screen. Now the movie I loaded comes in full size and in the center of ly screen, I want it in half size and on the right of my screen so my buttons are still visible.

    What can I do ?


  2. #2
    First load your movie in an higher level.
    (loadmovieNum("movie.swf",1);

    Second: Define in the movie you want to load the position where it should by with using this._x=xposition; this._y=yposition; You could also scale it with this._xscale=scalerate. But be careful with your graphics.

    7Dirk

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