i have converted this html file to flash click on the link below
html version
http://www.malikmata.com/ticketmaster_search.html
flash version
http://www.malikmata.com/ticketmaster.html
[COLOR=black]fla file[/COLOR]
http://www.malikmata.com/ticketmaster_search.zip
my code
var area = area.text;
var category = category.getSelectedItem().data;
var rdc_select = rdc_select.getSelectItem().data;
var submit = "Go";
goBtn.onRelease = function ()
{
getURL("http://www.ticketmaster.com/browse", "_blank", "GET");
};
i have attached the fla file … my problem is that flash version not working the same way as as the html version… can anyone help me out pls thanks.