|
-
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
-
same
well I got it to work without the onclip event...just load as action in new frame.
go figure.
-
Senior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|