# Help Needed: Actionscripting - Fla Included

**URL:** https://forum.kirupa.com/t/help-needed-actionscripting-fla-included/171509
**Category:** Uncategorized
**Created:** [December 6, 2005, 3:26am UTC](https://forum.kirupa.com/t/help-needed-actionscripting-fla-included/171509 "2005-12-06T03:26:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![delusion08](https://avatars.discourse-cdn.com/v4/letter/d/d2c977/32.png) [@delusion08](https://forum.kirupa.com/u/delusion08)
#### Post date: [December 6, 2005, 3:26am UTC](https://forum.kirupa.com/t/help-needed-actionscripting-fla-included/171509/1 "2005-12-06T03:26:46Z")

</div>

Hi,

I downloaded this fla sometime back : [http://www.loop08.com/help/textfx.fla](http://www.loop08.com/help/textfx.fla)

After,

```auto
texte[4] = "WWW.VLIGHT.TO";

```

I would like to put a stop & get url right after the last text. Constant loop of the 5 phrases. just once through and then opens url inside itself .

```auto
stop();
getURL("www.abc.com", "_self");

```

Where do I place it?

Hope somebody can help. Thanks 🙂
