I created a LO using Navigators > Slideshow with several nested pages. Inside each nested page, I added the following to the source code:
<div id="audioHolder">
</div>
<script>$("#audioHolder").mediaPlayer({type: "audio",width:"300px",source: FileLocation+ 'media/01.mp3'});</script>
It works fine in the first nested page, but not the subsequent ones. When numbering the audioHolder tag to 1,2,3, etc., the audio player functions but the interface separates into various parts.
Does anyone have a work around for this? Thanks in advance for your comments.