The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help setting up Podcasting / Audio player
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. |
#2
|
||||
|
||||
Audio/Video are supported in HTML5, do you have this
HTML Code:
<!DOCTYPE html>
http://www.w3schools.com/html/html5_intro.asp |
#3
|
|||
|
|||
Quote:
If so I have this ... Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
#4
|
||||
|
||||
Yes, in the head. You have HTML 4.1 ...
|
#5
|
|||
|
|||
So, should the first code I listed work? Because it's not for some reason.
|
#6
|
|||
|
|||
Quote:
So go to your style variable editor and change the htmldoctype value. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|