Hello,
I was searching a tool to add videos with fckeditor. I've seen InsertHtmlCode plugin and tried to use it. It's ok, but when I add a specific code with Firefox all goes ok but with IExplorer (last version) the code isn't added.
I've also written a new tool, specific to add videos, so the user has only to add the link to the video and the code is written automatically, but with my plugin I have the same problem that I have with InsertHtmlCode.
My new plugin code tries to use the AC_FL_RunContent to create the flash object without the need for the user to click on the object for activation (in Internet Explorer).
I've found nothing about this problem and I'm trying to solve it the wole day.
The code I try to add is this:
<script type="text/javascript"> AC_FL_RunContent("codebase","http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0","width", "256","height","212","src","http://www.youtube.com/v/sRTcHnjNd5E","quality","high","pluginspage","http://www.macromedia.com/go/getflashplayer","movie","h ttp://www.youtube.com/v/sRTcHnjNd5E"); //end AC code< /script> <noscript> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="256" height="212"> < param name="movie" value="http://www.youtube.com/v/sRTcHnjNd5E" /> < !--[if !IE]> < --> <object data="http://www.youtube.com/v/sRTcHnjNd5E" width="256" height="212" type="application/x-shockwave-flash"> < param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" /> <p> Flash Player non trovato: lo puoi scaricare <a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"> qui</a> .</p> </object> < !--> < ![endif]--> </object> </noscript>