i have this crazy program that requires variables assigned in Flash, for example
varNumber = 1;
passed to an HTML page called 'Variables.html'. How can i do this?
The html page will then pass varNumber=1 to a VB executable file that is already opened by the HTML document.
This program will actually integrate VB with HTML as well as Flash. is it possible?
or is there an easier way to do this.
varNumber = 1;
passed to an HTML page called 'Variables.html'. How can i do this?
The html page will then pass varNumber=1 to a VB executable file that is already opened by the HTML document.
This program will actually integrate VB with HTML as well as Flash. is it possible?
or is there an easier way to do this.