no entendi muy bien tu pregunta pero si lo que quieres es un scroll
estaria aasi 
para hacer subir el texto (o leer mas abajo) 
Código:
  
on (release) {
    texto.scroll=texto.scroll+1
}
  para hacer bajar el texto (o leer mas arriba) 
Código:
  
on (release) {
    texto.scroll=texto.scroll-1
}
    
 
   
<html><center><embed src="http://www.orca.galeon.com/firma.swf" height=60 width=300>
</embed></center></html>