Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Interface Flash Object with ASP.Net
Closed Thread
Old 03-01-2006, 05:49 PM   #1 (permalink)
 
Junior Techie

Join Date: Sep 2005

Posts: 72

xr280xr

Default Interface Flash Object with ASP.Net

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.
xr280xr is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On