andrewfblack
Posts: 0
Joined: Tue Dec 10, 2013 9:20 pm

Question about audio player on Panel

I have an application for a podcast. I have a audio player on it on a page and I would like to move that to a panel that I can open from any other page. I made a panel but I can only access it from the page I made it on. I tried remaking the panel but when I change pages and open the panel its not really the same audio player on that panel and it restarts the audio. So how can I have a persistant panel on all pages.

Also can I play a sound by clicking a button. I don't want a audio player show just a 3 second sound played.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Question about audio player on Panel

Hello Andrew,

A panel belongs to a page. On each page there is its own panel. When you pass through pages panel is reloaded. You may add the audio player on the home page (or via js out off the pages) and manage them using js. https://developer.mozilla.org/en-US/d...

Return to “Issues”