VNC Web Services
Posted By: Gremelin HTML5 MP3 Embed - 08/21/19 08:12 PM
This is an MP3 Parser using the HTML5 audio tag.


Code
[mp3]https://www.virtualnightclub.net/dump/SaveAHorse.mp3[/mp3]

Custom BBCode (customtags.txt):
Code
<?php
$export_tags = array (
  0 => 
    ),
);
?>

In order to make the mp3 audio responsive you will need to modify common.css, find:
Code
.video-container iframe, .video-container object, .video-container embed{height:100%;left:0;position:absolute;top:0;width:100%;}

Replace With:
Code
.video-container iframe, .video-container object, .video-container embed, .video-container audio, .video-container video{height:100%;left:0;position:absolute;top:0;width:100%;}
© VNC Web Services - Test Forums