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

how to get a time from a NTP server in ActionScript 3 ?

New Here ,
Nov 06, 2013 Nov 06, 2013

Dear All,

I need your advice, how to get the time from NTP Server , I tried to do this, but I don't.

Thanks

Omar Mahmoud

TOPICS
ActionScript
1.2K
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

correct answers 1 Correct answer

Community Expert , Nov 06, 2013 Nov 06, 2013

use a server-side script to call the ntp server and return the time/date.  use the as3 urlloader class to call your server-side script.

Translate
Community Expert ,
Nov 06, 2013 Nov 06, 2013

use a server-side script to call the ntp server and return the time/date.  use the as3 urlloader class to call your server-side script.

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
New Here ,
Nov 06, 2013 Nov 06, 2013

how can I create the server-side script, and if you can example please.

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
Community Expert ,
Nov 06, 2013 Nov 06, 2013
LATEST

you must use a server-side language supported by your server.  php is a commonly supported language on most servers.

php tutorials can be found via google or any other search engine.

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