Audio player on _ _

Phoca Download - download manager
tonux
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 03 Apr 2023, 13:41

Audio player on _ _

Post by tonux »

Hello,

In an article built with PageBuilder CK, I have several MP3 files in an Accordion element. These files come from the Phoca Download component via this code: {phocadownload view=fileplay|id=56|playerwidth=328|playerheight=200|playerheightmp3=30}. There are no reading problems in different browsers, except in Safari on _ _.
If this code is inserted into a normal Joomla article (without PBCK), Safari manages to read the file.
How can this problem be resolved?
Thanks for your help.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Audio player on _ _

Post by Jan »

Hi, which version of Phoca Download and Phoca Download plugin do you use? What is the MP3 settings in Phoca Download?
If you find Phoca extensions useful, please support the project
tonux
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 03 Apr 2023, 13:41

Re: Audio player on _ _

Post by tonux »

I use Phoca Download 4.0.6. I can't see what version the Phoca Download Plugin is. This one is activated.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Audio player on _ _

Post by Jan »

Can I see the site where this occurs? Phoca Download uses standard audio tag, so I think, this is much more a question on Safari developers :idea:

Jan
If you find Phoca extensions useful, please support the project
tonux
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 03 Apr 2023, 13:41

Re: Audio player on _ _

Post by tonux »

Here is the link : https://echodespy.cloudaccess.host/
This is a site under construction as you can see.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Audio player on _ _

Post by Jan »

Hi,

the code is standard HTML code:

Code: Select all

<audio width="328" height="200" style="margin-top: 10px;" controls=""><source src="/phocadownloadpap/AnIrishBlessing.mp3" type="video/mp4">Your browser does not support the audio/video tag</audio>
Unfortunately, no idea, if Safari needs some specific alternative options for this basic audio tag :idea:

Jan
If you find Phoca extensions useful, please support the project
tonux
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 03 Apr 2023, 13:41

Re: Audio player on _ _

Post by tonux »

The Page Builder CK designer thinks you should add the "playsinline" tag to the audio player. This is necessary to ensure compatibility with Apple.
Do you think it would be possible to make this improvement to the player?

GT
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Audio player on _ _

Post by Jan »

Hi, can you provide some link to specification of such attribute. I cannot find any such attribute "playsinline" for audio tag :idea:

Jan
If you find Phoca extensions useful, please support the project
tonux
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 03 Apr 2023, 13:41

Re: Audio player on _ _

Post by tonux »

You can find informations here : www.google.com/search?client=firefox-b- ... laysinline > "How to autoplay HTML5 <video> and <audio> tags on iOS"

GT
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Audio player on _ _

Post by Jan »

Hi, I don't get any information on that site.
If you find Phoca extensions useful, please support the project
Post Reply