21487 Posts in 5783 Topics by 2621 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 560 Views |
-
New HTML4 <video> tags

6 June 2012 at 1:38am
Hi to all, i want to intergrate videos using HTML5 tags <video src="..." controls></video>
Ive succeeded having the TinyCME accepts
tags but when i try to add controls to the list like invideo[src|type]
video[src|type|controls]
<video src="assets/Uploads/videos/test.mp4" controls></video>
becomes
<video src="assets/Uploads/videos/test.mp4"></video>
so controls is skipped.
Ive tried HTMLVAlidation = false in mysite/_config.php, to no success either.
Thanks!
-
Re: New HTML4 <video> tags

6 June 2012 at 11:58am
What if you insert this?:
<video src="assets/Uploads/videos/test.mp4" controls="controls"></video>
-
Re: New HTML4 <video> tags

6 June 2012 at 1:58pm Last edited: 6 June 2012 2:34pm
Yup! That one works
controls="controls"
Now this...... it refuses poster, even if i added it to the valid elements!
[SOLVED]
Added to valid_elements => video[src|type|width|controls|height|poster]
| 560 Views | ||
|
Page:
1
|
Go to Top |


