Did you know TinyMCE has a Media Plug-in? No, well heres how to enable it!
The Media plug-in allows you to embed Flash, Quicktime, Shockwave, Windows Media Player , and Real Media video files for Articles, News and custom Pages. The Media plug-in is disabled by default but here is how to enable it. open themes/templates/admin_header_mce.php Look for...
Code
plugins:'table,advhr,advimage,advlink,insertdatetime,searchreplace,contextmenu,ibrowser,fullscreen,pagebreak',
Replace with this...
Code
plugins:'table,advhr,advimage,advlink,insertdatetime,searchreplace,contextmenu,ibrowser,fullscreen,pagebreak,media',
Then look for...
Code
theme_advanced_buttons2_add:'separator,insertdate,inserttime,separator,forecolor,backcolor,separator,fullscreen',
Replace with this...
Code
theme_advanced_buttons2_add:'separator,insertdate,inserttime,separator,forecolor,backcolor,separator,fullscreen,media',
Save Now go to News, Articles or Custom Pages look at the Tiny MCE Editor and at the right on the tabs there will be a Film Strip icon.  Here is an image of the Media Plug-in TinyMCE Interface.  |