Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adobe Air Netconnection.call (remote method in dot type syntax interrupted by dot in folder name)how to escape dot in folder name?

New Here ,
Jan 17, 2016 Jan 17, 2016

P‌roblem:

first connection as - userService.call("/.HC.remoteLogin.remoteLogin",responder,parameters); (successful)

Which is read like this - /(root).HC(folder).remotelogin(.cfc file).remoteLogin(function call in the .cfc)


But my Hosting changed my setup and add folders to userService.call("/.jaguar.com.wwwroot.HC.remoteLogin.remoteLogin",responder,par‌​ameters); (not successful)

Which is now read like this -  /(root).jaguar.com(folder).wwwroot(folder).HC(folder).remoteLogin(.cfc file).remoteLogin(function call in the .cfc).     


com is not a seperate folder jaguar.com is the full name of the folder


How can I escape (.)com in folder name?

So, when machine read, there is no confusion.

TOPICS
ActionScript
253
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation