- Posts: 15
- Thank you received: 0
Problem with OUR MUSIC LIVE module
-
ricardo78
Inactive member - Topic Author
- New Member
Less
More
11 years 2 months ago #33317
by ricardo78
Problem with OUR MUSIC LIVE module was created by ricardo78
Hello, I would like to modify the form with my songs, if I go into the module to change them I find the following message "Your browser does not support the audio element." how can I change these songs?
Thank you ...
Thank you ...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33320
by ivan.milic
Replied by ivan.milic on topic Problem with OUR MUSIC LIVE module
You need to provide songs in both mp3 and ogg because some browsers support mp3 others ogg . If browser does not find it will display that message
Code:
<audio controls="">
<source src="images/music/sample1.ogg" type="audio/ogg">
<source src="images/music/sample1.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
Please Log in to join the conversation.
-
ricardo78
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
11 years 2 months ago #33363
by ricardo78
Replied by ricardo78 on topic Problem with OUR MUSIC LIVE module
Ok thanks now it works. But what about the module instead photo and video gallery, as you set the video? because here also do not see them in the home ...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33367
by ivan.milic
Replied by ivan.milic on topic Problem with OUR MUSIC LIVE module
Can you please explain bit better
But what about the module instead photo and video gallery, as you set the video
Please Log in to join the conversation.
-
ricardo78
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
11 years 2 months ago #33369
by ricardo78
Replied by ricardo78 on topic Problem with OUR MUSIC LIVE module
Sure. If I want to show a video, how can I do that? Because from what I've seen on the form it says video 1, video 2, etc.. but the home can not see anything when you click on the video ... So what's the syntax to use for instance show a video? I suppose there's a video player or something like that ...
Thank you.
Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33371
by ivan.milic
Replied by ivan.milic on topic Problem with OUR MUSIC LIVE module
Well best thing you can use is youtube video. You put you video on youtube and you can then paste snap code youtube gives you to article HTML or custom HTML module. Before that you need to configure editor plugin (Tiny MCE id default is you installed JCE then settings page is in components menu) not to forbid iframe tag.
Please Log in to join the conversation.
Time to create page: 0.300 seconds