Modifying EmbedMovies plugin
http://youtube.com/watch?v=IkmpIXd9Q90
<object width="425" height="353"><param name="movie" value="http://www.youtube.com/v/IkmpIXd9Q90&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/IkmpIXd9Q90&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="353"></embed></object>
function CreateEmbeddedMovie(e, url) {
var html;
html = '<object width="170" height="140">';
html+= '<param name="movie" value="' + url + '"></param>';
html+= '<param name="wmode" value="transparent"></param>';
html+= '<embed src="' + url + '&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="170" height="140"></embed>';
html+= '</object>';
e.innerHTML = html;
}
Re: Modifying EmbedMovies plugin
http://localhost/FCKeditor/editor/js/fc ... e_gecko.js
Re: Modifying EmbedMovies plugin
where is the "fckEmbedMovies" plugin?
Re: Modifying EmbedMovies plugin
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+