Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loadVariable Path

Status
Not open for further replies.

louderthanu

Programmer
Joined
Jan 1, 2003
Messages
13
Location
US
I can get a fully qualified domain name to work in the "path" parameter of the loadVariable command, ie. "
I want to make it work locally with a relative path... that is, with "../flashData.aspx"

WHY won't it work?? I don't get errors, it just returns no data... It works perfectly when I have it on the live server...

Thanks
Kevin Howell
Briefcase of Talent
Austin, Tx.
 
You have IIS set up correctly on your PC to run as a local server?
 
Yes I do... on both my local machines.
 
You have been using "../file.aspx" from macromedia or from local web files like
If not you have to load the aspx from within localhost not from flash player

________
George, M
 
I follow what you're saying... and yes, that was the first thing I checked... It is being served by the webhost (locahost and/or the webserver)

I suppose to clarify, my question is doen't flash accept relative addressing? Or, am I just doing it wrong.
 
flash accepts relative or absolute paths, you must do something wrong.

Also 1 more thing, maybe you missed it.
all flash functions that uses web pages are asynchronus witch means if you are doing an loadVariable the next instruction uses a variable that is not 100% loaded.


________
George, M
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top