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

How to change apt-get source in Ubuntu 18.04

When using apt-get to install, it will be very sl...

Method of building docker private warehouse based on Harbor

Table of contents 1. Introduction to Harbor 1. Ha...

Detailed explanation of CSS text decoration text-decoration &amp; text-emphasis

In CSS, text is one of the most common things we ...

CSS3 to achieve floating cloud animation

Operation effect html <head> <meta chars...

Graphical explanation of the function call of proto file in Vue

1. Compile proto Create a new proto folder under ...

Implementation example of Docker rocketmq deployment

Table of contents Preparation Deployment process ...

How to count down the date using bash

Need to know how many days there are before an im...

Implementation of Nginx+ModSecurity security module deployment

Table of contents 1. Download 2. Deployment 1.Ngi...

MySQL learning record: bloody incident caused by KEY partition

Demand background Part of the data in the busines...

The use of vue directive v-bind and points to note

Table of contents 1. v-bind: can bind some data t...

10 content-related principles to improve website performance

<br />English address: http://developer.yaho...

Example code for implementing bottom alignment in multiple ways with CSS

Due to the company's business requirements, t...

CSS menu button animation

To write a drop-down menu, click the button. The ...

Website Building Tutorial for Beginners: Learn to Build a Website in Ten Days

The 10-day tutorial uses the most understandable ...