primero creas tus html con las imagenes en grande, supongamos que cada imagen tengo 400x400 px.
En tu boton flash pones el siguiente código:
on (release) {
getURL("javascript
:window.open('foto1.html', 'titulo', 'width=400, height=400, scrollbars=no, resizable=no');void(0);");
}
y listop!