Hello and welcome to the forums
1. When you test movie, the movie is published to the same directory you are
saving your FLA. If you want to know if your buttons are working properly,
create a new layer, and put a trace statement on the frame where your buttons
are located, for example,
myButton.onPress = function(){
trace("clicked on myButton");
}
I would say this is normal.
2. There are several ways to create the comments page you are talking about...
this is one way,
http://www.flash-creations.com/notes/control_contactform.php... its a 'Contact
Form', so it has a bit more info than probably what you are looking for, but it
may help you.
3. I would say that has something to do with registration points. Initially
when you create the movie clip, you should see "Registration" and 9 squares in
a 3 x 3 grid. Whichever square is black indicates the orientation of the
movieclip, like where "0,0" is. A way to fix it would be to break apart one of
your items and convert it to a symbol again, and make sure the middle dot in
the 3 x 3 grid is black. You only get to specify the registration point when
you initially create the symbol, at least that's how I understand it...
4. Not sure about that one!
5. I would check file names\linkage identifiers for that specific page, there
may be typo or something.
HTH,
Doug