ASP.NET interacts with Flash

M

markfoong

Is there a way, where on a submit event, that a web form can send data
over to flash?

I know that in flash, you can do flash remoting, but that seems to be
an event triggered by flash instead of the web form sending it over to
flash.

Any ideas?
 
L

Lucas Tam

(e-mail address removed) wrote in @z14g2000cwz.googlegroups.com:
Is there a way, where on a submit event, that a web form can send data
over to flash?

I know that in flash, you can do flash remoting, but that seems to be
an event triggered by flash instead of the web form sending it over to
flash.

You can pass data via the Query string... and I think there is a way to get
Flash to retrieve XML data without the use of remoting.

BTW, Flash remoting is pretty limited and the documentation sucks. For the
price Macromedia is charging, Flash Remoting should be a lot more polished.
So If possible avoid flash remoting.
 
I

Iain Norman

Is there a way, where on a submit event, that a web form can send data
over to flash?

I know that in flash, you can do flash remoting, but that seems to be
an event triggered by flash instead of the web form sending it over to
flash.

Any ideas?

You can append data as a querystring in your HTML where the flash file
is embedded.

You can also use Javascript to do something like so IIRC (it's been a
while!)

window.document.movie1.SetVariable("variablename","value")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top