SOMEONE PLEASE HELP ME. I am trying to make a flash site. The movie home.fla is supposed to load services.swf when the “services” button is clicked. [color=Blue]Can someone please tell me how to get this to work?[/color] I have a blank movie clip entitled “contents” in the actions layer.
The code I’m using is this:
[color=DarkOrchid]on (release) {
_root.contents.loadMovie(“services.swf”,1);
}[/color]
Where ‘contents’ is the empty MovieClip and the onRelease is being applied to the ‘services’ button.
The links for both the FLA and SWF of each movie are below. If you can use these files and get them to work and then just send them to me, that would be great!
www.jacobsonweb.com/twelve8/home.fla
www.jacobsonweb.com/twelve8/home.swf
www.jacobsonweb.com/twelve8/services.fla
www.jacobsonweb.com/twelve8/services.swf
Thanks, please help