How to upload SWF source files in Moodle 3.8? - moodle

I am new to moodle, Using moodle. 3.8.2. How to upload flash source content in moodle.
Please help.
Regards
Girija

You can include a swf file within the editor, just like adding photos.
https://docs.moodle.org/38/en/Media_embedding
But you will probably need to enable the media filter for Flash.
Go to Site admin > Plugins >Media players > Manage media players > Enable flash animation
https://docs.moodle.org/38/en/Media_FAQ#Why_won.27t_my_swf_video_play.3F

Related

TinyMCE - Upload images, media and documents to your own server

I am using TinyMCE for publishing articles in some journalistic and cultural portals.
As for the media (images, audio, video, documents), everything will have to be uploaded and managed internally, without using external links to services such as YouTube and TinyPIC, which I have no control over to ascertain the permanence of the media.
I was already using the images_upload_url option for images but I cannot find a similar option for all other media or a general option that works for all media types.
For some current sites I am using the external responsivefilemanager plugin but I was hoping that in future releases of TnyMCE an internal option similar to images_upload_url would be integrated.
Is this an option I can't find or has it not yet been integrated and responsivefilemanager still needs to be used?
I recently had the same question, turns out if you are using a paid plan for TinyMCE, you could use their TinyDrive plugin & a TinyCloud account.
This allows to upload images, files and medias, plus it better integrates with their tools (ie you have a nice UI to access uploaded files by your text editor)
It may answer your need! I give you the link to their documentation: https://www.tiny.cloud/docs/tinymce/6/tinydrive-introduction/. You have a nice example on this page, to try it :
Click on the Upload icon and upload your video
Click on Insert > Media > General
Click on the Upload icon and here is your video that you can add to your text content
Have a great day,

Plone: TinyMCE upload files

I'm trying to find a solution for files uploading directly with TinyMCE. Imagine creating a list of pdf files by uploading them using a custom button.
Is there something already done I can use? collective.clipboardupload seems to be a solution only for images.
collective.quickupload serves us well for such purposes and has a very good UI.
You can add that gadget as a portlet and make it only visible in edit-mode via CSS.
In our case we assigned the portlet to a certain content-type ('Gallery') instead to a location.
MoxieManager may be what you're looking for. It's a premium plugin made by the same developers as TinyMCE itself.
https://www.tinymce.com/docs/enterprise/manage-files-and-images/
Try to use reponsive file manager :
http://www.responsivefilemanager.com/

Disable/Deactivate file preview on shared/published files in Alfresco

I want to fully disable the preview of any kind of file for shared/published files in Alfresco.
Alfresco Community v4.2.0
(r56674-b4848) schema 6033
Spring Surf and Spring WebScripts - v1.2.0
(Release 1331)
In Alfresco, you are able to share/publish any kind of file. By sharing/publishing the file, you will get a link to access this shared file. Other users like clients/customers for example are able to view the shared/published file and can download it via a link like this:
https://alfresco.example.com/share/s/9QJiV6PNSAqAlxZDnFVQlQ
My problem is, that I hate this preview regarding some browser and preview display issues. Some kind of files like ZIP-files aren't able to be displayed in the preview and this causes an empty preview, which sometime causes an missing download button.
I also just don't want the preview. Well, how can I disable/deactivate the whole preview (only) for shared/published files, that the preview does not appear, if I visit the share-link?
Thanks in advance!
Override in web-extension alfresco/site-data/pages/quickshare.xml
And remove the sub-component with id web-preview
BTW: you know if you disable the preview users won't have any ability to download or view the file.

Upload images with tinyMce

I have this plugin advImage which I use in tinyMce. I want the user to be able to upload images from his own computer. However, the plugin only allows images which are on the server to be uploaded. How can I change this? If I choose an image from my desktop for uploading, the path is Content/documents/editorImages/myImage.jpg. How to change this?
This might be what you are looking for. Give it a try.
There exists a plugin named MCImageManager from the developers of tinymce, but this is not free.

Image bank folder with Plone on multilingual site, browseable from TinyMCE 1.3

I'd like to create an image bank folder in Plone
All photos are uploaded here by default (even from TinyMCE)
All photos are language neutral by default: can be set per type with LinguaPlone somehow? To be shared across languages.
Album view (easy)
The folder is in site root below /en, /de etc. language folders and browseable from TinyMCE (the latest beta)
What suggestion and experience you have from the set-up described above? The goal is to have fool-proof setup that
The site users always upload photos to the same folder
The site users always start browser "Add image" from the the same folder
To not fight against the framework I would try a synchronization between photos repositories of each languages.
/en/photos
/fr/photos
/xx/photos
If photos are uploaded under one of them, copy it to others as the translation of the created one.
It will be easier than playing outside of navigationroot, tinymce, ...
Just to do the follow up.
This problem has been now solved:
http://opensourcehacker.com/2012/08/03/adding-custom-shortcut-links-to-tinymce-dialogs-in-plone/