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

CSS syntax for table borders

<br /> CSS syntax for table borders The spec...

Modification of the default source sources.list file of ubuntu20.04 LTS system

If you accidentally modify the source.list conten...

Native js imitates mobile phone pull-down refresh

This article shares the specific code of js imita...

Detailed explanation of vue keepAlive cache clearing problem case

Keepalive is often used for caching in Vue projec...

JavaScript imitates Xiaomi carousel effect

This article is a self-written imitation of the X...

Detailed explanation of viewing and setting SQL Mode in MySQL

Viewing and Setting SQL Mode in MySQL MySQL can r...

Solution for Docker container not recognizing fonts such as Songti

Problem background: When using docker to deploy t...

Detailed explanation of Linux inotify real-time backup implementation method

Real-time replication is the most important way t...

Weather icon animation effect implemented by CSS3

Achieve results Implementation Code html <div ...

Detailed steps for manually configuring the IP address in Linux

Table of contents 1. Enter the network card confi...

MySQL and sqlyog installation tutorial with pictures and text

1. MySQL 1.1 MySQL installation mysql-5.5.27-winx...

Detailed explanation of mysql basic operation statement commands

1. Connect to MySQL Format: mysql -h host address...