Page 1 of 1

{Solved} TinyMCE Flash? How do I add it?

Posted: Fri Feb 08, 2008 12:03 pm
by sarah_h
Hi All,

I notice that I don't have a Flash button on my TinyMCE toolbar. I see that I have TinyMCE Basic, is that why? Or do I need the media plugin? If where can I find that?

Any help on this would be great as I want to add Flash to my content.

Thanks

Sarah

Re: TinyMCE Flash? How do I add it?

Posted: Fri Feb 08, 2008 1:59 pm
by handcoded

Re: TinyMCE Flash? How do I add it?

Posted: Fri Feb 08, 2008 7:00 pm
by sarah_h
Thanks for the link, but this requires the {swf} tag to be hardcoded into the template, right? I'm looking for a solution so that the user can upload a swf to their content and I don't think they'd be able to do it this way?

Sarah

Re: TinyMCE Flash? How do I add it?

Posted: Fri Feb 08, 2008 7:03 pm
by Nullig
I think what you're looking for is the TinyMCE Advanced module - it has the flash button on the toolbar.

Nullig

[solved] Re: TinyMCE Flash? How do I add it?

Posted: Tue Feb 12, 2008 2:35 pm
by sarah_h
Well, I did solve the problem. It turned out to be the 'Use TinyMCE compression module' in the tinyMCE Advanced settings. I read something about this a long while back and just tried it and the browse button appears and everything seems to work pretty good! So, thanks to the original poster who discovered this (sorry, I don't have a link to the message) I've no idea why this needs to be turned off though!

Sarah

Re: TinyMCE Flash? How do I add it?

Posted: Fri Feb 15, 2008 11:33 pm
by aozuas
Thank you very much Nullig. I was looking for that too.
Worked like a charm for me.

Re: TinyMCE Flash? How do I add it?

Posted: Mon Mar 10, 2008 11:55 pm
by jimeu
Exactly where do you change this setting on the admin ?
I have TinyMCE 2.2.7 on the admin can't find such function.
I checked the tinyconfig.php file, but no luck either.

Thank you.

jimeu

Re: TinyMCE Flash? How do I add it?

Posted: Tue Mar 11, 2008 7:19 am
by sarah_h
If you're talking about the ''Use TinyMCE compression module' option:

extensions -> TinyMCE Advanced WYSIWYG module -> Use TinyMCE compression module (secont checkbox down)

HTH

Re: TinyMCE Flash? How do I add it?

Posted: Tue Mar 11, 2008 7:41 pm
by jimeu
Thank you...
I have  Extensions -> TinyMCE WYSIWYG
on the following page http://www.smartleverage.net/admin/modu ... le=TinyMCE
I don't have such option "Use TinyMCE compression module"

these are the first four options.
Allow table operations
Strip Background tags from CSS
width of editor
height of editor

on the available modules "T"
only have TinyMCE  no advance option on any of them... the latest version there is 2.2.7 

I visited http://dev.cmsmadesimple.org/projects/tinymce downloaded and installed 2.2.8 on my CMSMS installation and same result.


perharps, I have to change something on the tinyconfig.php, but mine is set to use the advanced theme.

Code: Select all


  tinyMCE.init({		
	.......
  theme : "advanced",
			theme_advanced_toolbar_location : "top",
			theme_advanced_layout_manager : "SimpleLayout",



perharps you can export the .xml module and provide it ?

Re: TinyMCE Flash? How do I add it?

Posted: Tue Mar 11, 2008 8:01 pm
by sarah_h
Looks like you need to download TinyMCE Advanced. It's different to Tiny MCE Standard. Try that and see...

Re: TinyMCE Flash? How do I add it?

Posted: Tue Mar 11, 2008 8:05 pm
by jimeu
Where do I get it from ??

my module repository url is http://modules.cmsmadesimple.org/soap.p ... itory  and it is not listed there.

I also checked on http://dev.cmsmadesimple.org/softwarema ... rm_cat=323
and only tinyMCE is listed as well

please provide the url...

pd. what html editor is used on this forum ?

Thank you

Jaime

Re: TinyMCE Flash? How do I add it?

Posted: Tue Mar 11, 2008 8:11 pm
by sarah_h
I remember seeing that TMCEADV is no longer supported and I must have grabbed it just in time because it's gone from the Forge.

PM me your email addy and I'll email you a copy.

Sarah

Re: {Solved} TinyMCE Flash? How do I add it?

Posted: Tue May 20, 2008 8:23 pm
by zbing
Here's a simple solution to that problem:

1. I have TinyMCE Basic 2.1 installed;

2. I downloaded the latest 2.1.x version of TinyMce from the moxiecode website and extracted the media plugin from the plugins folder;

3. Uploaded it to the proper folder on my cmsms installation (somthing like this: /modules/TynyMCE/tinymce/jscripts/tiny_mce/plugins);

4. Edit the /modules/TynyMCE/tinyconfig.php

look for:

Code: Select all

$plugins="cmsmslink,fullscreen,advimage,simplebrowser,paste,advlink";
add the flash plugin to the list:

Code: Select all

$plugins="cmsmslink,fullscreen,advimage,simplebrowser,paste,advlink,media";
5. Then in the TinyMCE WYSIWYG admin section just add the media button to the toolbar.

This allows you to embed flash, Quicktime, Shockwave, Windows media and real media files.

And that worked just fine with me ;)