How to write object and param to play flash in firefox

How to write object and param to play flash in firefox

Copy code
The code is as follows:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="62" height="62" type="application/x-shockwave-flash">
<embed src="path.swf" width="62" height="62" allowfullscreen="true" quality="high" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash"></embed>
<param name="Src" value="path.swf">
<param name="movie" value="path.swf">
<param name="WMode" value="Opaque">
</object>

<<:  Nodejs makes a document synchronization tool to automatically synchronize to gitee implementation code

>>:  MySQL transaction analysis

Recommend

Detailed explanation of the use of router-view components in Vue

When developing a Vue project, you often need to ...

How to change the root password in MySQL 5.7

Starting from MySQL 5.7, many security updates ha...

How to change the root password of Mysql5.7.10 on MAC

First, start MySQL in skip-grant-tables mode: mys...

Comparison of various ways to measure the performance of JavaScript functions

Table of contents Overview Performance.now Consol...

Summary of MySQL stored procedure permission issues

MySQL stored procedures, yes, look like very rare...

How to build gitlab on centos6

Preface The original project was placed on the pu...

Detailed description of shallow copy and deep copy in js

Table of contents 1. js memory 2. Assignment 3. S...

React ref usage examples

Table of contents What is ref How to use ref Plac...

How to quickly deploy Gitlab using Docker

1. Download the gitlab image docker pull gitlab/g...

How to install Maven automatically in Linux continuous integration

Unzip the Maven package tar xf apache-maven-3.5.4...

jQuery implements nested tab function

This article example shares the specific code of ...