MyBB Community Forums

Full Version: Audio MyCode MP3-MP4-WAV-WebM-OGG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
That its MyCode of Audio

MyCode   Format Support: MP3 | MP4 | WAV| WebM | OGG |InterExplorer 8.0 or Xp|    


Format .mp3
[mp3]http://tauro.pinostudio1.com/FileManager/Cuando-Pase-El-Temblor-mp3.mp3[/mp3]

Format .weba
[mp3]http://tauro.pinostudio1.com/FileManager/weba.weba[/mp3]

Format .m4a
[mp3]http://tauro.pinostudio1.com/FileManager/Cuando-Pase-El-Temblor-m4a.m4a[/mp3]

Format .m4v
[mp3]http://tauro.pinostudio1.com/FileManager/Cuando-Pase-El-Temblor-m4v.m4v[/mp3]

Format .ogg
[mp3]http://tauro.pinostudio1.com/FileManager/Cuando-Pase-El-Temblor-ogg.ogg[/mp3]

Format .wav
[mp3]http://tauro.pinostudio1.com/FileManager/Cuando-Pase-El-Temblor-wav.wav[/mp3]


MyCode: Audio File Formats

Title:
MP3

Short Description:
Quote:[ mp3 ] Audio File All Format [ / mp3 ]

Regular Expression:
\[mp3\](.*?)\[/mp3\]


Replacement:
<audio controls>
<source src="$1" width="300" height="480" type="audio/mpeg">
<source src="$1" width="300" height="480" type="audio/ogg">
<source src="$1" width="300" height="480" type="audio/wav">
<source src="$1" width="300" height="480" type="video/mp4">
<source src="$1" width="300" height="480" type="video/webm">
<object type="application/x-shockwave-flash" data="player.swf?soundFile=$1">
<param name="movie" value="player.swf?soundFile=$1" />
<a href="$1">Download File</a>
</object>
</audio>

To use it Just Copy the URL of your Audio Media with Syntax: [mp3] [/mp3].  

Nevermind the Audio File Format, Just Copy the Song Audio to the Syntax
Quote:Syntax: [ mp3 ] [ / mp3].  

In HTML5, there are 3 supported Audio Formats: MP3, Wav, and Ogg.
The browser support for the different formats, HTML Audio - Browser Support

Demo OnLine:  Audio - Open Your Favorite Browser [ Chrome, Safari, Opera, FireFox, Internet Explorer ]

Big Grin
Thanks dear for your code.
Format .mp3
[mp3]http://tauro.pinostudio1.com/FileManager/Cuando-Pase-El-Temblor-mp3.mp3[/mp3]
Thats useful for me, for example
(2016-11-08, 11:58 AM)Gruttals Wrote: [ -> ]Thanks dear for your code.
Format .mp3
[mp3]http://tauro.pinostudio1.com/FileManager/Cuando-Pase-El-Temblor-mp3.mp3[/mp3]
Thats useful for me, for example


You Are Welcome Gruttals. I like to know... the information was useful for you.

Thanks for you Feedbacks!  Big Grin