After going through a lot of hardships, I searched the Internet, looked for projects from previous companies, and looked for other people's projects to view source files. . . 】 At this moment, the unclear problem has finally been solved and a mark has been made! ! ! ! The entire embedding only requires the following code Copy code The code is as follows:<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0" width="100%" height="100%" align="top"> <param name="movie" value="main.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <param name="allowFullScreen" value="true" /> <embed src="main.swf" width="100%" height="100%" align="top" wmode="window" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowfullscreen="true"></embed> </object> <param name="wmode" value="transparent">This sentence is used to solve the Maxthon compatibility issue <embed wmode="window" is used to solve FF compatibility issues. This method is only suitable when htmlJS does not need to be called. OKOKOKOKOKOKOK..... |
<<: MySQL Billions of Data Import, Export and Migration Notes
>>: Detailed introduction and usage examples of map tag parameters
Preface: I wrote this because I helped my friend ...
After the form input box input is set to the disa...
Recently, when I was working on a project, I was ...
Preface In JavaScript, you need to use document.q...
introduce HTML provides the contextual structure ...
One-click execution To install Python 3.8 in a vi...
Table of contents Union query 1. Query the ID and...
Hyperlinks are the most frequently used HTML elem...
1. Problem description: MysqlERROR1698 (28000) so...
Create a new configuration file (for example, go ...
Table of contents Preface The role of key The rol...
First look at the effect: html <a href="#...
1. Download the CentOS image 1.1 Download website...
Recently, in order to realize the course design, ...
Table of contents 1. for loop: basic and simple 2...