Page 1 of 1

FCK Editor Flash Embed

Posted: Sat Dec 08, 2007 5:34 am
by adamf
Hello

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>
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
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/sh ... /Flash/aae' ); //end AC code






                   
Any help will be appreciated, I need this for a client so something asap would be great.

Many thanks in advance

Adam.

Re: FCK Editor Flash Embed

Posted: Sun Feb 24, 2008 4:23 pm
by thoneter
If I'm stating the obvious to you I apoligize!  You can go to the source button while in the fck editor and paste in the code that you want.