all groups > macromedia flash flash remoting > august 2004 >
You're in the

macromedia flash flash remoting

group:

about localhost


about localhost Mykoo
8/26/2004 11:12:04 AM
macromedia flash flash remoting: This is probably a 'duhhhh'... silly question but if a movie's LoadVars sends
and loads to http://localhost/whateverFilename.nnn
does that Always refer to the server the movie happens to be served from ?
Re: about localhost jameslyon
8/30/2004 5:34:21 PM
Unfortunately no. Remember that a user computer connecting to your server will
see http://localhost/... which refers to itself not the server . Best practice
would be to use relative paths( directoryName//fileName.nnn or
/directoryName/fileName.nnn) first and then absolute paths(
http://mySubDomain.myDomain.com/directoryName/fileName.nnn).
AddThis Social Bookmark Button