Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing variables from FLASH to HTML then to (?)VB

Status
Not open for further replies.

tilotama

Programmer
Aug 24, 2001
25
MY
i have this crazy program that requires variables assigned in Flash, for example

varNumber = 1;

passed to an HTML page called 'Variables.html'.

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.

i know that this is a Visual Basics Forum, but im just asking in case any of you know how to pass variable from HTML to VB.

thanks.[ponytails2]
 
have a look at the AxWebBrowser.
and the WebClient object.
I just watched the msdn vb at the movies site
on it and it looks totally cool and may be just
what you need.


if it is to be it's up to me
 
thanx... i tried reading about AxWebBrowser and WebClient object, but i think it was a bit too complicated and confusing for me.

but i found out that Flash can actually communicate directly with VB. yay!!!!

someone forwarded me this pdf file regarding this issue. im not sure where he got it from, but its from this website:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top