thumbslinger
Technical User
Though I can't find any mention to this as to using it for movie clips in the Flash help, other references particularly the "100% comprehensive" Flash 8 Actionscript Bible, says you can.
I've loaded a swf into a movie clip via the loadClip() method and Flash help does say that the loaded movie, when using the loadClip() method, may be targeted by targeting the movie clip the swf is loaded into.
So, I'm simply trying to say ipodLoad.enabled = false; but no go. I've tried .enabled.onRelease, _root, this, _parent etc.
When using Script assist just to see how Flash is targeting the clip, it uses this.ipodHolder but still no go.
Anybody ever set the enabled property of a loaded movie clip to false and have it correctly disable the clip?
Thanks
I've loaded a swf into a movie clip via the loadClip() method and Flash help does say that the loaded movie, when using the loadClip() method, may be targeted by targeting the movie clip the swf is loaded into.
So, I'm simply trying to say ipodLoad.enabled = false; but no go. I've tried .enabled.onRelease, _root, this, _parent etc.
When using Script assist just to see how Flash is targeting the clip, it uses this.ipodHolder but still no go.
Anybody ever set the enabled property of a loaded movie clip to false and have it correctly disable the clip?
Thanks