electraboy
ISP
I'd like to write a simple html page with flash in which i can control another application on my network.
The command for this application are very simple. It's something like If i execute these in the browserwindow, some commands return data. Like //ipadress:80/stop returns 1 (for succesfull) but other commands like //ipdaress:80/version returns more information.
I control this program with flash as described further:
I have some buttons on level0 and a movieclip called "buffer".
The buttons has actions like "
on (release) {
loadMovie ("}
which works fine, but how can i get the information that is returned ?
Or is there another way i should call these commands ?
It is impossible to make anything foolproof because fools are so ingenious.
The command for this application are very simple. It's something like If i execute these in the browserwindow, some commands return data. Like //ipadress:80/stop returns 1 (for succesfull) but other commands like //ipdaress:80/version returns more information.
I control this program with flash as described further:
I have some buttons on level0 and a movieclip called "buffer".
The buttons has actions like "
on (release) {
loadMovie ("}
which works fine, but how can i get the information that is returned ?
Or is there another way i should call these commands ?
It is impossible to make anything foolproof because fools are so ingenious.
Murphy's Laws