Created
September 22, 2011 19:39
-
-
Save mhulse/1235806 to your computer and use it in GitHub Desktop.
Snippet of my kml file: HTML5 <audio> tag not working.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| <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> | |
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| <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> | |
| ... |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussion here.