A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: load Flix swf into another swf target

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    10
    Help...i just bought this Flix program and I'm trying to load a swf generated by Flix into another empty swf mc target.

    I'm using
    onClipEvent (enterFrame) {
    loadMovie ("cloud2.swf", "_level0.mc1.target_top.target");
    }
    I've read all the tutorials but none address targets.
    Is there limitations to this programm..
    Does it have to broadcast from the www to work properly?
    Do both swfs have to have same dimensions, frame rates etc.
    Is there something I'm missing?

    Please help

  2. #2
    Junior Member
    Join Date
    Jun 2001
    Posts
    10

    same

    well I got it to work without the onclip event...just load as action in new frame.
    go figure.

  3. #3
    Senior Member RUSHVision's Avatar
    Join Date
    Dec 2000
    Location
    Pacific Northwest
    Posts
    5,441
    Hello ~

    So there may be some other forces at work that I am not aware of in your movie, but from what I see it should work fine if you change the onClipEvent from occuring on "enterFrame" to occuring on "load". When you choose "enterFrame", Flash performs this action every time the playhead enters any frame. This makes for great loops, but will only cause problems if you try to load the same movie into the same place 12 times a second.

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