getting audio into the slide.. still not playing yet though
This commit is contained in:
parent
3232dd4ab7
commit
7f94cc37e7
5 changed files with 23 additions and 13 deletions
|
@ -90,6 +90,7 @@ Item {
|
|||
itemType: root.itemType
|
||||
imageSource: imagebackground
|
||||
videoSource: vidbackground
|
||||
audioSource: SlideObject.audio
|
||||
text: SlideObject.text
|
||||
pdfIndex: SlideObject.pdfIndex
|
||||
preview: true
|
||||
|
@ -212,6 +213,7 @@ Item {
|
|||
if (changed) {
|
||||
currentServiceItem--;
|
||||
loadVideo();
|
||||
/* playAudio(); */
|
||||
leftDock.changeItem();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue