[jQuery] Re: SWF chart problem

2008-12-10 Thread sumpa
please someone can help me about that ? On 10 Dez., 15:26, sumpa <[EMAIL PROTECTED]> wrote: >  function updateChart(xml,oid){ >       //var chart=document.my_chart;   is working >       var chart1=$(oid);    / is not wokring . how to get the &g

[jQuery] SWF chart problem

2008-12-10 Thread sumpa
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;

[jQuery] document.my_chart swf object

2008-12-10 Thread sumpa
hi there, i run a swf chart system on a website, id like to access the swf from javascript the following is working: chart=document.my_chart; if i alert this its an HTML EMBED OBJECT chart.Update_XML( xml, spinning_wheel, mode ) . this will caue the swf to realod data BUT i