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.
Audio player on _ _
- Jan
- Phoca Hero
- Posts: 48360
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Audio player on _ _
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
-
- Phoca Newbie
- Posts: 8
- Joined: 03 Apr 2023, 13:41
Re: Audio player on _ _
I use Phoca Download 4.0.6. I can't see what version the Phoca Download Plugin is. This one is activated.
- Jan
- Phoca Hero
- Posts: 48360
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Audio player on _ _
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
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 03 Apr 2023, 13:41
Re: Audio player on _ _
Here is the link : https://echodespy.cloudaccess.host/
This is a site under construction as you can see.
This is a site under construction as you can see.
- Jan
- Phoca Hero
- Posts: 48360
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Audio player on _ _
Hi,
the code is standard HTML code:
Unfortunately, no idea, if Safari needs some specific alternative options for this basic audio tag
Jan
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>
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 03 Apr 2023, 13:41
Re: Audio player on _ _
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
Do you think it would be possible to make this improvement to the player?
GT
- Jan
- Phoca Hero
- Posts: 48360
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Audio player on _ _
Hi, can you provide some link to specification of such attribute. I cannot find any such attribute "playsinline" for audio tag
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 03 Apr 2023, 13:41
Re: Audio player on _ _
You can find informations here : www.google.com/search?client=firefox-b- ... laysinline > "How to autoplay HTML5 <video> and <audio> tags on iOS"
GT
GT
- Jan
- Phoca Hero
- Posts: 48360
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Audio player on _ _
Hi, I don't get any information on that site.
If you find Phoca extensions useful, please support the project