Embedded Flash movie problem

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/19/2008 2:32:45 PM
Gravatar
Total Posts 45

Embedded Flash movie problem

A flash movie that I'm trying to embed requires an additional parameter:

<object>

<param name="flashVars" value="csConfigFile=somefile.xml">

<embed flashVars="csConfigFile=somefile.xml"></embed>

</object>

When I add these manually with the HTML viewer, they get stripped out when saving the page content.

8/20/2008 6:16:14 AM
Gravatar
Total Posts 18439

Re: Embedded Flash movie problem

Hi,

There is nothing in the server side code that removes anything from your content so most likely if something is being removed its done by the editor.

If you use FCKeditor and you add the object using Source View (Not the Flash Toolbar thing), then save without changing back from source view it should work. I suspect when you change it back to wysiwyg view from source view, it does some cleanup, by saving without switching back you can avoid this.

Note that objects are not allowed in some features like Forums or Blog Comments, but it should work fine in Html module.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.