# Load text with a click on a button

**URL:** https://forum.kirupa.com/t/load-text-with-a-click-on-a-button/254427
**Category:** flash
**Created:** [March 12, 2008, 12:23am UTC](https://forum.kirupa.com/t/load-text-with-a-click-on-a-button/254427 "2008-03-12T00:23:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vroadrunner](https://avatars.discourse-cdn.com/v4/letter/v/f07891/32.png) [@vroadrunner](https://forum.kirupa.com/u/vroadrunner)
#### Post date: [March 12, 2008, 12:23am UTC](https://forum.kirupa.com/t/load-text-with-a-click-on-a-button/254427/1 "2008-03-12T00:23:50Z")

</div>

Please help. I have a project and I’m stuck. I working on photo gallery and I want to display the photo description beside each photo. Each photo will have small icon=button that by clicking will enlarge the chosen picture in the screen area and I want the same for the info about the picture. On one of my buttons I have:

on (release) {  
loadMovie (“clip1.swf”, “\_root.screen”);  
}

thanx
