A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: targetMC

  1. #1
    Member
    Join Date
    Aug 2002
    Posts
    43

    targetMC

    Hi, I have this website where it has a draggable menu. Within that menu is some buttons, home, news etc....

    It works with the following code but sometimes it locks out and dosent oopen the home page. Is this code correct?

    on (release) {
    _root.targetMC.loadMovie("page2.swf");
    }

  2. #2
    Senior Member Jaffasoft's Avatar
    Join Date
    Apr 2001
    Location
    On Travel
    Posts
    1,588
    The code looks ok , you can do it this way.



    loadMovie("page2.swf","_root.targetMC");

    instead of.

    _root.targetMC.loadMovie("page2.swf");

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