# How to \[AS\] this..?

**URL:** https://forum.kirupa.com/t/how-to-as-this/211640
**Category:** flash
**Created:** [January 3, 2007, 9:01pm UTC](https://forum.kirupa.com/t/how-to-as-this/211640 "2007-01-03T21:01:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Xander](https://avatars.discourse-cdn.com/v4/letter/x/f05b48/32.png) [@Xander](https://forum.kirupa.com/u/Xander)
#### Post date: [January 3, 2007, 9:01pm UTC](https://forum.kirupa.com/t/how-to-as-this/211640/1 "2007-01-03T21:01:08Z")

</div>

Hi people…  
Am doing a flash top for a webshop solution, and i need to place the newsletter subscription in this header.

The code below does this in html via 2 buttons, but i am kinda lost as how to convert it to actionscript and place on my 2 buttons in Flash :puzzled:

Can anyone help me?

```auto

<form method="GET" name="myform" target="_blank" action="http://maillist.dandomain.dk/subscribe.php">
<input type="hidden" name="listid" value="4290">
<input type="hidden" name="oid" value="1037">
<input name="email" type="text" value="Tilmeld nyhedsbrev">
<input type="submit" name="add" value="Tilmeld">
<input type="submit" name="remove" value="Afmeld">
</form>

```

And happy new year to all :thumb2:
