dynamically changing a variable??
Hello all,
I am working on a project that is an existing HTML page that searches for realtors in your area. My job is to create a flash pop-up that appears when you click "more info" next to each realtor. This pop-up will contain more information about the realtor (phone, web address, location, etc.) I have the pop-up completed but here is my dilemma. Below is the variable I created that contains the URL to the XML file. Of course the "more info" link will point to a different URL for each realtor and I am not sure how, or if it is even possible, to "update" this variable below to the appropriate URL. Is it possible to have this variable change "on the fly"??? Thanks in advance.
Code:
var xmlFile:String = "http://www.website.com/Resources/GetAgentMarkerDetail.aspx?id=138595C-3735
";