Skip to content

Instantly share code, notes, and snippets.

@mhulse
Created September 22, 2011 19:39
Show Gist options
  • Select an option

  • Save mhulse/1235806 to your computer and use it in GitHub Desktop.

Select an option

Save mhulse/1235806 to your computer and use it in GitHub Desktop.
Snippet of my kml file: HTML5 <audio> tag not working.
...
<Placemark>
<name>Crawdads!</name>
<Point>
<coordinates>-122.980987,44.003205</coordinates>
</Point>
<Snippet><![CDATA[0-2108157 @ 08/27/2011 04:51:32 p.m.]]></Snippet>
<description><![CDATA[
Crawdads!
<audio controls>
<source src="crawdad.mp3"></source>
<source src="crawdad.ogg"></source>
</audio>
]]></description>
</Placemark>
...
...
<div style="cursor: default; position: absolute; left: 16px; top: 16px; z-index: 2; width: 199px; height: 40px;">
<div style="font-family: Arial, sans-serif; font-size: small">
<div style="font-weight: bold; font-size: medium; margin-bottom: 0em">
Crawdads!
</div>
<div>
Crawdads!
</div>
</div>
</div>
...
@mhulse
Copy link
Copy Markdown
Author

mhulse commented Sep 22, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment