MC not starting on mouseover - actionscript problem?

MC “filmstrip” contains two buttons. The word ‘enter’ should enlarge on mouseover that triggers MC “enterMC”.
The ‘enter’ word isn’t even showing up when publishing SWF now??

Is it a Flash MX vs Flash8 issue?
A actionscript term issue?
A path issue?

button1

on (rollOver, dragOver) {
    enter1.gotoAndPlay("over");
}
on (rollOut, dragOut) {
    enter1.gotoAndPlay("out");
}
on (release) {
    getURL("xpagex.htm");
}

button 2

on (rollOver, dragOver) {
     enter2.gotoAndPlay("over");
 }
 on (rollOut, dragOut) {
     enter2.gotoAndPlay("out");
 }
 on (release) {
     getURL("xpagex2.htm");
 }
 

There will be 3 example in final version. So each mouseover changes as “enter1.goto…”, “enter2.goto…”, “enter3.goto…”

test page: http://developdesign.com/sites/aquaglide/ag_index_page_copy2.html

FLA file: http://developdesign.com/sites/aquaglide/ag_index_page_copy2.fla

Example (shows how ‘enter’ show work ): http://aquaglide.net/