# Loading data from url

**URL:** https://forum.kirupa.com/t/loading-data-from-url/216284
**Category:** flash
**Created:** [February 15, 2007, 6:05am UTC](https://forum.kirupa.com/t/loading-data-from-url/216284 "2007-02-15T06:05:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Dizzee](https://avatars.discourse-cdn.com/v4/letter/d/edb3f5/32.png) [@Dizzee](https://forum.kirupa.com/u/Dizzee)
#### Post date: [February 15, 2007, 6:05am UTC](https://forum.kirupa.com/t/loading-data-from-url/216284/1 "2007-02-15T06:05:51Z")

</div>

Hi,  
I’ve been trying to figure out how to load data from the url  
such as

```auto
www.somesite.com/somefile.swf?myValue=data_I_want_to_load

```

where

```auto
myValue=data_I_want_to_load

```

is the data I want to load.

is it possible?

What I’m trying to avoid loading the data from a separate file.

Thanks
