Here's a very good explanation of the problem and 2 fixes:
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400730

Personally, here's my fix. The nested forms fix caused other problems.
Hacky, I know:

var objects = document.getElementsByTagName("object");
if (objects.length > 0) {
        var hack = "window." + objects[0].id + " = document.forms[0]." +
objects[0].id;
        eval(hack);
}

On Jan 15, 7:38 pm, Alex <[email protected]> wrote:
> Same thing with IE6 and Flash 9, except that with flash 9 I get a few
> javascript errors: chartTag107..... is undefined.
> Errors go away and annotations appear when the div is moved outside of
> the form tags.
>
> On Jan 15, 5:23 pm, Alex <[email protected]> wrote:
>
> > I'm just trying a cut and paste of the sample provided in a bare
> > asp.net page.
>
> > If the "chart_div" is inside the form tags then the annotations don't
> > show up.  If i place the div outside of the form tags then I can see
> > them.  This only happens on IE7.  I'm running flash 10 and it works
> > find onchromeand FF 3
>
> > Any thoughts?
>
> > Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to