A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: boggled!!

  1. #1
    Senior Member
    Join Date
    Sep 2000
    Location
    Hyderabad, AP, INDIA
    Posts
    131

    boggled!!

    Im making an interface that loads up an swf (x.swf) in another MC (oMC) from the main timeline. This loaded MC is supposed to load up another swf (2.swf) in an MC that is inside it, called loaderMC.

    But this is not happening.

    The codes are:
    //on the main timeline
    loadMovie(x.swf, _root.oMC);

    //This loaded MC loads another MC:
    loadMovie(2.swf, _root.loaderMC);

    I've tried this too:
    loadMovie(2.swf, _root.oMC.loaderMC);

    Any clues??
    "If Freedom is Outlawed only Outlaws will have Freedom"

  2. #2
    Senior Member
    Join Date
    Sep 2000
    Location
    Hyderabad, AP, INDIA
    Posts
    131

    time out

    Ummm,
    Anyone....

    My deadline's looming ahead!!
    "If Freedom is Outlawed only Outlaws will have Freedom"

  3. #3
    Senior Member Adam14's Avatar
    Join Date
    Feb 2004
    Location
    Ontario Canada
    Posts
    1,116
    If I'm reading this right, try this:

    _root.oMC.loaderMC.loadMovie("2.swf");

  4. #4
    Senior Member
    Join Date
    Sep 2000
    Location
    Hyderabad, AP, INDIA
    Posts
    131

    just a syntax juxtaposition

    Umm..
    isnt that just a new syntax ...the solution u've given is just a new syntax for my old sol-

    my try:
    loadMovie(2.swf, _root.oMC.loaderMC);

    ur sol:
    _root.oMC.loaderMC.loadMovie("2.swf");
    "If Freedom is Outlawed only Outlaws will have Freedom"

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