View Single Post
Old 04-07-2015, 02:21 PM   #13
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by FunkeXMix View Post
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>

Stupid Question: are you right- or left-clicking it? If you right-click, you're seeing the video (sorry, audio) in your computer's player. If you left-click, you should see it playing as it will on iOS. Which are you doing?

Hitch
Hitch is offline   Reply With Quote