On Dec 17, 3:33 am, dorjee wrote:
> Thanks Mark. I tried iframe shim but it poses a display problem in
> Firefox (see this topic:
http://groups.google.com/group/google-earth-browser-plugin/browse_thr...).
Thats a well known problem. I've described the solution in this forum
several times.
In FF, if the iframe is inserted into the DOM /before/ the earth
becomes visible for the first time, it doesnt work.
The easy fix is to just iterate over all your iframe shims (give them
a unique class, such as "ishim", so you can differentiate them from
other iframes if necessary), remove them from the dom, and reinsert
them right after showing the earth instance.
Mark