A Flash Developer Resource Site

Results 1 to 20 of 27

Thread: [F8] dynamic .swf size (based on browser)

Threaded View

  1. #21
    Member
    Join Date
    Apr 2006
    Posts
    49
    Ran across this great thread and got the full screen/resize element to work great using whispers' fullscreen example (fullScreen_reSize_newMouse).

    My question is this: I've placed some buttons on the screen, and want to load movieclips onto the stage using this.

    Code:
    on (release) {
    	this.attachMovie("mcSpecialists","mcSpecialists",10);
    
    
    }

    How can I load the mcSpecialists movieClip so that it's at the center of the stage?

    Thanks
    Last edited by landrvr1; 11-06-2008 at 06:28 PM.

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