Interface Flash Object with ASP.Net

Status
Not open for further replies.

xr280xr

Baseband Member
Messages
72
Hi,

I've got a page that lets a user search for doctors in specific states. It does this in two ways:

1. User selects the state from a drop down list and the page redirects them.

2. User clicks the state on a flash object and it redirects them. I think each state has a hard coded URL including the state query string, so the server isn't doing any processing for the click event.

I don't know anything about flash, someone else worked on that part of the page (and they know nothing about .NET). I am changing the page so that it logs each state that is chosen to the database. If they select a state from the drop down list, it just writes the value to the DB first then redirects. But how can I capture state clicked from the flash object? Can it call a method? Thanks.
 
Status
Not open for further replies.
Back
Top Bottom