Play a sound when index changes

Closed
velos123 Posts 4 Registration date Friday September 30, 2016 Status Member Last seen September 30, 2016 - Sep 30, 2016 at 07:28 AM
 Blocked Profile - Sep 30, 2016 at 06:39 PM
I upload every 1 minute my index.html to an ftp. Sometimes the index stays the same, sometimes it is changes a little. I am looking for a way to play a sound when my index.html changes.
I refresh the page automatically every 20 seconds <meta http-equiv="refresh" content="20"> . I want to play a sound if it has changed, Maybe it can read the size of the file and if it is diferent to play a sound? –

Is it possible?

Thank you for your time and for sharing your skills.

Related:

2 responses

Blocked Profile
Sep 30, 2016 at 05:45 PM
How are scripting the FTP?

It is possible, but I need to know how you are automating the transport.
0
velos123 Posts 4 Registration date Friday September 30, 2016 Status Member Last seen September 30, 2016
Sep 30, 2016 at 05:47 PM
With Macro Scheduler
0
Blocked Profile
Sep 30, 2016 at 05:48 PM
IN what language?
0
velos123 Posts 4 Registration date Friday September 30, 2016 Status Member Last seen September 30, 2016
Sep 30, 2016 at 05:49 PM
macro scripting language designed for non-programmers
0
velos123 Posts 4 Registration date Friday September 30, 2016 Status Member Last seen September 30, 2016
Sep 30, 2016 at 05:50 PM
macro scripting language
0
Blocked Profile
Sep 30, 2016 at 06:39 PM
Yea, that is neat, never used it before but, why dont you script the media player to play a sound? Can you store logic in that macro builder. If you can save variables, then macro up a file size, save it in a variable, then macro back up the file size and check against the variable, then boolean logic whether or not they are equal, upon not being equal, play a media player.
0