View Single Post
Old 04-07-2015, 07:02 AM   #12
FunkeXMix
Enthusiast
FunkeXMix began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Aug 2011
Device: Ipad
Yup. Kindle Previewer opens the song in my music player (foobar) when I click the blue sound icon. Uses code:


Code:
          
          
       <div id="audiodiv" class="Basic-Text-Frame">
       <audio id="audio1" src="audiovideo/myzuka.mp3" controls title="This is my audio 
(1:10)">
<br/><br/><br/>
”There is audio content at this location that is not currently supported for your 
device. The caption for this content is displayed below.” 
<br/><br/><br/> 
</audio>
<strong>This is my audio (1:10)</strong>     </div>
NCX

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN" "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1">
	<head>
		<meta name="dtb:uid" content="urn:uuid:29d919dd-24f5-4384-be78-b447c9dc299b" />
		<meta name="dtb:depth" content="0" />
		<meta name="dtb:totalPageCount" content="0" />
		<meta name="dtb:maxPageNumber" content="0" />
	</head>
	<docTitle>
		<text>soundkindle</text>
	</docTitle>
	
	<navMap>
		
		<navPoint id="navPoint-1" playOrder="1">
      <navLabel>
        <text>Preface</text>
      </navLabel>
      <content src="first.xhtml#_idParaDest-2" />
    </navPoint>
	
	
	
	
	</navMap>
	
	
	
	
	
	<navList>
        <navLabel>
            <text>List of Illustrations</text>
        </navLabel>
        <navTarget id="audio1">
            <navLabel><text>Portratit of Georg Gisze (Holbein)</text></navLabel>
            <content src="first.xhtml#audiodiv"/>
        </navTarget>
    </navList>
	
	
	

</ncx>

Last edited by FunkeXMix; 04-07-2015 at 07:09 AM.
FunkeXMix is offline   Reply With Quote