A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Loading .Swfs : Problem!!!

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    1
    Hi,


    In my Movie I have 2 other .swf loaded in fine.

    The 3rd is the Menu which move complex and comtains a few diffrent Movie Clips.

    At the frame I want it to be loaded I use


    loadMovie ("menutest2.swf", "/loc")

    The Menu loads up fine but when I put my mouse over a button a MC is ment to play, Flash just says

    Target not found: Target="/ballsMC" Base="_level0.loc"

    Anyone know how to fix this/


    Thanks.

    Andrew

  2. #2
    Hack
    Join Date
    Mar 2000
    Location
    Madison, WI
    Posts
    1,753
    When you're loading different .swfs into your movie, you want to make sure to avoid two things:

    1. _level0 references. Replace them with _root unless you really want to refer to level0 even when your movie is loaded into level 1.

    2. Absolute references. Replace _root.movie with _parent.movie when possible.

    I don't know if this is your problem, but it's a good place to start.

    em

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