Another Flash question
Not sure if anyone can help me on this.
I have a swf called player. In the player document is a movie clip called emptyClip. A second swf, called concept, is loaded into emptyclip using loadMovie();
From the concept swf, how do I refer to the player swf?
The problem I'm having is that an external script file works when included in the player document but not when included in the concept document. I want to keep this file in the concept document if at all possible.
Any ideas? I've tried several variations of _parent, _root and .emptyclip but haven't had any success yet.
timjpriebe posted this at 15:38 — 20th December 2005.
He has: 2,667 posts
Joined: Dec 2004
I thought I'd go ahead and kick off the useless replies to this Flash thread by saying that I have no idea how to solve this or experience in doing so, but I could post a lot of replies to this thread if you think that might help.
Tim
http://www.tandswebdesign.com
bja888 (not verified) posted this at 23:16 — 23rd December 2005.
They have: 5,633 posts
Joined: Jan 1970
From the player.swf.
emptyClip.loadMovie("concept.swf");
emptyClip.properties = true;
emptyClip.methods();
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.