Loading data from url

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

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

where

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