The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I've been looking at different ways to add a small audio player at different places on my site. I am particularly interested in keeping it browser friendly.
Whether it's called an audio player or a podcast does not matter. It will consist of minimal controls and only show as a small this strip. The code I tried to go with is missing something because it won't even show ... Code:
<audio controls> <source src="horse.mp3" type="audio/mpeg"> <source src="horse.ogg" type="audio/ogg"> <embed height="50" width="100" src="horse.mp3"> </audio> *Update This code works ... Code:
<object height="50" width="100" data="sample.mp3"></object>
Any help greatly appreciated. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|