When the page load. the home_content doesnt display even though i click on it and give me this message Scene=Scene 1, Layer=menu, Frame=1: Line 1: Statement must appear within on handler _root.contents.loadMovie(“home.swf”);
thanks! I got that, but the thing is, isn’t that when the page loads, the “home” content should load automatically.
The command you gave me, only works when the “home” button is click.
Do you know any code that makes it load automatically? i did try to follow that tutorials right to the end where it says use this code to make the “Home” contents load automatically but still doesnt work for me.
you may think that I am dumb, but to be honest, I dont know what frame your taking about? i know where to type the code, but i dont know where to attached it.
I have 5 layers on my mainmovie. this is where the home, profile, gallery, news and links loads.
Since you guys helping me already, how about looking at my second problem.
I trying to this;
MainMovie.swf<<-------gallery.swf<<----- pic1.swf to pic38.swf
To make the sequence more clearer, those pic1.swf upto pic38.swf will load to “gallery.swf” then the gallery.swf, will load to the mainmovie, but it doesnt seems to work. Any idea?
to display those “pic.swf’s” to the gallery.swf, i used the following code
on (release) {
_root.content.loadMovie(“pic1.swf”);
}
and also to load the “gallary.swf” to the empty movieclip on the main movie i used thesame code.
on (release) {
_root.contents.loadMovie(“gallery.swf”);
}
Hmmm… i think i did that kax, on the gallery.swf, i have an empty movie clip on thr main timeline where the pic#.swf loads. but that doesn’t seems to work.
So trouble you man, but your the expert here.
Oh… by the way, thanks for your help on my previous post. Now when you open my site, the home loads automatically.
Hey! I didn’t notice that those MovieClips are different instances, one is content and the other one is contents. If that’s correct, then forget about my previous post.
Which leaves me with two options, either the instance name assigned to the MovieClip is wrong, or the addressing is wrong.
Check the instance name and/or try removing _root.
[AS]content.loadMovie(“pic#.swf”);[/AS]
Otherwise, I would like to take a look at your FLA. It would make things easier for me. :-\
thanx man! but at least you help me already, so for me, your an expert
The links you gave me are loading a .jpg files. my one’s are .swf co’z i made them individual pics in .swf format.
heres the site I made. its simple, because Im not that experienced on using Flash.
But i thank you because through your help everything is working. Except the gustbook, which I am struggling to find a tutorial on creating a guestbook in flash, although i find some readymade by some designers, i dont know how attached it to my main timeline.