The Context : we have a flash map (.swf). which is working great, but as the previous flash designer is not able to edit and he didn’t supplied us with the right source files, we need it to be decompiled and edited.
What need to be done:
1. Add couple of select boxes and check boxes to the left which resembles what is there already on the left side of the flash. We need the search to be integrated into it. Please see(www.canvasindia.com/date/os).
2. When user clicks on a particular place in the map it should go to the a url ‘members/profile_search.php?’ after that passing the values of the select boxes and check boxes as well the current location clicked on.
3. When user selects multiple cities, user should be given the option to select maximum of 6 cities(this should be configurable from xml). Those cities should come as a list with map in the right side of the map as well as the particular city should be removed from the map and placed to the right of the map.
4. Right side should be like a box where user can also be able to remove the places(with and X mark)
5. When more than one cities are selected there should come a submit button,clicking on whihc it should go to the same url above with all the cities listed like city1=###&city2=## etc..
Note: Sample of url wanted is shown below
if it is single place : –
members/profile_search.php?custom_location=#LOCATION#&gender=#gender#&srchgender=#lookinggender#&agestart=#agestart#&ageend=#ageend#&withphoto=#withphoto#
if multiple cities are selected :-
http://members/profile_search.php?multi=1&custom_location1=#LOCATION1#&custom_location2=#LOCATION2#&custom_location3=#LOCATION3#&custom_location4=#LOCATION4#&custom_location5=#LOCATION5#&custom_location6=#LOCATION6#&gender=#gender#&srchgender=#lookinggender#&agestart=#agestart#&ageend=#ageend#&withphoto=#withphoto#
#–# – to be replaced with the actual values