Skip to main content
Inspiring
May 2, 2024
Question

AS3, File Update

  • May 2, 2024
  • 1 reply
  • 114 views

I'm using Animate AS3 3.0
Use this program to compile it into an "exe file"
Distributed to users
When the developer uploads a new update file to the server
Is there a way for users to update automatically?
I can't think of any ideas that would approach
If possible, please provide example code.
thank you

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 3, 2024

you would need code that would check the server periodically and look for the upload date and compare it to the date when the date when the app was last updated or downloaded.