A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: button in MC load swf in main timeline

Threaded View

  1. #3
    otto
    Join Date
    Jul 2009
    Posts
    13
    yes, MC called content is placed in the main timeline.

    I've just tried the following

    Code:
    on(release){
    	_root.loadMovie("XXX.swf", content);
    }
    Code:
    on(release){
    	_parent.loadMovie("profile.swf", "content");
    }
    also not succeed.
    The external swf replace everything instead of loading within MC content

    Would you please suggest?
    Last edited by ottoman0423; 07-30-2010 at 11:43 AM.

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