The path in your code seems to be correct.
For example
<source src="p to feel.mp3" type="audio/mpeg"> 
becomes in windows:
<source 
src="file:///C:/Users/User/AppData/Roaming/Mnemosyne/default.db_media/p to 
feel.mp3" type="audio/mpeg"> 

You can see this by inserting this code together with the audio tag in the 
card
<form name="myform"><textarea name="outputtext"></textarea></form>
<script language="javascript" 
type="text/javascript">document.myform.outputtext.value = 
document.documentElement.outerHTML;</script>

But it does work in chrome, so the problem is not in webkit(chrome uses 
webkit). So I think the problem must be with Qt.

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/d1ec5545-8d89-470d-83ea-21b0242990fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to