sorry...
in documentation says:
"Links to local files are generally not allowed. This prevents
malicious code from damaging your system or accessing your data.
Should you wish to allow access to your local filesystem, select
Preferences > Allow placemark balloons to access local files and
personal data. Links to image files on the local filesystem are always
allowed, if contained within an <img> tag."
http://code.google.com/intl/en/apis/kml/documentation/kmlreference.html#description
after turning it on i can access local files using relative path URLs
in the iframe src
On 2 set, 17:41, Luiz Rodrigo Tozzi wrote:
> is it possible to use a **LOCAL html file** in thisiframesrc?
>
> for example
>
> <description><![CDATA[<iframesrc="
http://www.google.com" width="300"
> height="400"></iframe>]]></description>
>
> works fine, but
>
> <description><![CDATA[<iframesrc="localpage.html" width="300"