Groups | Blog | Home
all groups > flash (macromedia) > august 2004 >

flash (macromedia) : Buttons in nested swf files?


Tom Unger
8/6/2004 8:52:57 PM
JKief;
Could be a pathing issue, but you would have to supply the button script
and a bit more information for anyone to do more than guess... -Tom Unger

Tom Unger
8/6/2004 9:29:58 PM
JKief;
Still not clear on what is not working, or the structure of your movie
so it's still guesswork. One thing--if you are loading the swf into a level
the _root reference may no longer work--you may need to target
_level0.newstarttime. -Tom Unger

JKief
8/6/2004 11:55:54 PM
Hi all,

I have a swf file which loads another swf file in a loader component. The
nested swf has buttons but they do not work when loaded into the second swf
file. How do I get the button to work? I hope you can understand what I'm
asking, if not, let me know and I'll try to explain it more clearly.

Thanks a million!
JKief
8/7/2004 1:27:18 AM
This is my code for a play button in the nests swf file.

on (release) {
if (playing!=true) {
mp3song.stop();
mp3song.start(_root.newstarttime);;
timeme();
playing=true;
}
}

mp3song is a sound object.
Hopes this helps.
JKief
8/7/2004 1:30:26 AM
AddThis Social Bookmark Button