# Flash popup

**URL:** https://forum.kirupa.com/t/flash-popup/137162
**Category:** Uncategorized
**Created:** [February 11, 2005, 6:30pm UTC](https://forum.kirupa.com/t/flash-popup/137162 "2005-02-11T18:30:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bmerens](https://avatars.discourse-cdn.com/v4/letter/b/43a26b/32.png) [@bmerens](https://forum.kirupa.com/u/bmerens)
#### Post date: [February 11, 2005, 6:30pm UTC](https://forum.kirupa.com/t/flash-popup/137162/1 "2005-02-11T18:30:17Z")

</div>

hi there,

I have this AS on a button in a movie to call my popup :

getURL (“javascript:NewWindow=window.open(‘[http://www.test.com/test/1.JPG’,‘newWin’,'width=544,height=448,left=10,top=10,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No](http://www.test.com/test/1.JPG','newWin','width=544,height=448,left=10,top=10,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No)’); NewWindow.focus(); void(0);”);

until here everything is ok,

but,

I want the number of the JPG to be a variable like :

‘[http://www.test.com/test/+my\_variable+.JPG](http://www.test.com/test/+my_variable+.JPG)’

how can I get this in the script above? :h:
