Article not compleated yet!
TinyMCE strips away the OBJECT, PARAM, and EMBED tags and all of their contents that you have embed into the article?
To fix it go to the tinyMCE.init call is supposed to be on the page where you want TinyMCE to be present.
Basic JavaScript and HTML skills are necessary for integration with existing systems.
To start go to file: ../plugins/editors/tinymce.php
Find line:
tinyMCE.init({
// General...
and find: extended_valid_elements :
You should be able to see the default TinyMCE valid elements which look like this:
Now before the default valid elements paste the following.
IMPORTANT!!! WITH NO SPACES AND ALL IN ONE LINE!!!
Now all Youtube, Vimeo... videos can be embedded into your articles.
Have fun!!!
Other useful posts:
http://learnwebdesignonline.com/allow-script-iframe-tinymce
http://www.tinymce.com/wiki.php/Configuration:valid_elements
