Hello Clickteam-Fusion Community
I have questions about giving Values from one HTML 5 Website to another.
What I want to do is to make 2 Websites.
The first site should act as server and should generate random Values.
The second Website should pick this values and display it with less time delay.
I tried to give the values from website 1 to website to via an ini File.
That works.
But not as I want it.
I always have to refresh website 2 to display the actual values of the server website 1
I also tried to set an Frame restart every 1 second on website 2 but that didn't worked.
What I want to know is how I can get website 2 to always get the actual value without clicking somewhere or reloading the site?
My other Question is how I get website 1 to work in the background even if the site is not active?
I hope you can help me