FCK Editor Flash Embed
Posted: Sat Dec 08, 2007 5:34 am
Hello
I am using FCKEditor as my WYSIWYG editor.
The button that is used to embed flash generates this code.
This code gives me problems. The biggest is that I need it to have a wmode of transparant.
Ideally, instead of generating that code, I want it to generate
Many thanks in advance
Adam.
I am using FCKEditor as my WYSIWYG editor.
The button that is used to embed flash generates this code.
Code: Select all
<embed width="300" height="300" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.com-point.com.au/pierredubois/uploads/Flash/aae.swf" play="true" loop="true" menu="true"></embed>Ideally, instead of generating that code, I want it to generate
Any help will be appreciated, I need this for a client so something asap would be great.AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/sh ... /Flash/aae' ); //end AC code
Many thanks in advance
Adam.