FF6 Hacking

Full Version: MyCode HTML5 video tags!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added some video tags because I was not happy with the quality loss of Youtube uploader. Supported formats are MP4, WebM and OGG.

The tags are quite simple and will generate a  video tag of 480x360 with a default preview. You just add the video url in the tag. Sadly I could not make an attachment url work with it because the link is a PHP request. I could also not add easily a preview with some extra coding, hence for now the generic ff6hacking.com preview. These last two things may be improved if these do not become dead tags.


[header]
[cellwidth=100]Format[/cellwidth]
[cellwidth=150]MyCode tag[/cellwidth]
[/header]
[row]
[cellcenter]MP4[/cellcenter]
[cellcenter][mp4] [/mp4][/cellcenter]
[/row]
[row]
[cellcenter]WebM[/cellcenter]
[cellcenter][webm] [/webm][/cellcenter]
[/row]
[row]
[cellcenter]OGG[/cellcenter]
[cellcenter][ogg] [/ogg][/cellcenter]
[/row]


The following example was made with a video hosted on our server but any link finishing by .mp4, .webm or .ogg should work, unless your video is corrupted.

[webm]https://www.ff6hacking.com/misc/wow.webm[/webm]