I'm looking for a .swf player that would reload an already opened file if its content changed. Alternatively one that would work in one-instance only way so when I call it again with a new file I would have the desired effect. As in :
gnash first_file.swf
...
gnash new_file.swf
ending up with only one window.
I have an overly complicated solution ready with a bash script checking the file size changes, killing old instance and reinitializng the program but I'm curious whether there is a more elegant solution.