Loading Vars error

Hello

I am trying to load a movie into flash using an asp file to get the names of the url. the start will be “WEB_ADDRESS” and then it will add a the end using script.

loadMovie("WEB_ADDRESS" + _root.myVars.fileName + *, "image"+ *)

it is looking into the ASP file and trying to fine fileName which is the problem. the filename has a number after it, in this case it is the variable * but it is returning this


Error opening URL 
'BLAH_BLAH_BLAHfileName=undefined0'

the Blah is the start of the address which you dont need to know about but the undefined with the number after it should be what it is loading. undefined0 should be “fileName0”.

is there any way of making it think the _root.myVars.fileName + * is all one name?

Thanks

Stupid Saint

Life is only ever what you make of it

loadMovie(url:String, [method:String]) : Void

method is POST or GET…why do you have “image”+ * there??

and can you put in place an example url …it hard to understand you blahs.

http://yoursite.com/loadimage.asp?filename=filename0

is that what you are wanting it to look like?

how are you defining your vars?

yourmovie.swf?filename=filename0?