HTML 5 multimedia codes

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
Locked
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

HTML 5 multimedia codes

Post by KukY13 »

Only multimedia BBCodes I see here are some flash embed codes, and there aren't any pure HTML BBCodes!
Let's make some!
Note:
  • These codes can play almost any media format, as long as the user has codecs for it installed.
  • You must link to a file, you can't link to You-tube pages or something like that...
  • Great addition when uploading multimedia files as attachments(Link to ...download/file.php?id=###).
Audio BBCode:
BBCode:

Code: Select all

[audio]{URL}[/audio]
HTML Replacement:

Code: Select all

<audio src="{URL}" controls="controls">Please upgrade to a browser which supports HTML 5.</audio>
Help Line:
Use to play an audio file: [audio]Audio file path[/audio]
Display on posting page: As you want...

Video BBCode:
BBCode:

Code: Select all

[video]{URL}[/video]
HTML Replacement:

Code: Select all

<video src="{URL}" controls="controls">Please upgrade to a browser which supports HTML 5.</video>
Help Line:
Use to play a video file: [video]Video file path[/video]
Display on posting page: As you want...
Image
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: HTML 5 multimedia codes

Post by cisco007 »

please you have to learn to post a demo of any bbcode you are submmiting!
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: HTML 5 multimedia codes

Post by KukY13 »

cisco007 » 12 Jul 2010, 13:48 wrote:please you have to learn to post a demo of any bbcode you are submmiting!
I know, I'm installing them on my forum just now...
It will look like these:
http://www.w3schools.com/html5/tryit.as ... tml5_audio
http://www.w3schools.com/html5/tryit.as ... tml5_video

Forum demos arriving soon.
Image
Locked