DEDE does not support playing flv videos by default, so I had to find a solution by myself. After searching online, I found a solution.
Modification method:
1. Open /include/FCKeditor/editor/dialog/dede_media.htm
if(playtype=="rm" || (playtype=="-" && (rurl.indexOf('.rm')>0 || rurl.indexOf('.rmvb')>0 || rurl.indexOf('.ram')>0)) ) { revalue = "rn"; }
Add the following content below:
//播放代码flv开始 else if(playtype=="flv" || (playtype=="-" && (rurl.indexOf('.flv')>0 || rurl.indexOf('.swf')>0)) ) { revalue = "[flash=mp3][/flash]";//播放代码flv开始结束 }
2. Upload player.swf to the /plus directory and get
. When using it, directly use the "Insert Multimedia" function in Fckeditor and enter the video address and height and width at the end of flv.
For more technical articles related to DedeCMS, please visit the DedeCMS Tutorial column to learn!
The above is the detailed content of How to play flv video in dedecms. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver CS6
Visual web development tools

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
