# Variables from flash to a URL problem

**URL:** https://forum.kirupa.com/t/variables-from-flash-to-a-url-problem/247414
**Category:** flash
**Created:** [December 22, 2007, 8:49pm UTC](https://forum.kirupa.com/t/variables-from-flash-to-a-url-problem/247414 "2007-12-22T20:49:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![josuason](https://avatars.discourse-cdn.com/v4/letter/j/4da419/32.png) [@josuason](https://forum.kirupa.com/u/josuason)
#### Post date: [December 22, 2007, 8:49pm UTC](https://forum.kirupa.com/t/variables-from-flash-to-a-url-problem/247414/1 "2007-12-22T20:49:09Z")

</div>

I think this is a pretty simple problem really only that my knowledge  
will not let me complete it.

When testing the code inside flash or the SWFplayer it works but  
online inside the html page it dosent complete.

```auto

on (release) {

    s_mess.s_film.loadVariables("http://website.com/web/web","POST");
     
}

```

All the varibles load just fine but when the SWF is inside the html page it dosnt work.

Why? is There a better way to do this?
