[jQuery] SWF chart problem
function updateChart(xml,oid){
//var chart=document.my_chart; //////////// is working
var chart1=$(oid); ///// is not wokring ..... how to get the
object properly
/// document.all[oid] istt working
also in ff3 ....
spinning_wheel = true;
mode = "reset";
chart1.Update_XML( xml, spinning_wheel, mode );
}
need help plz :-)