Home > Web Front-end > HTML Tutorial > Flash_html/css_WEB-ITnose

Flash_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:15:11
Original
1156 people have browsed it

I inserted an aaaa.swf into the aspx page. It can be displayed normally in FF and chrome, but it cannot be displayed in IE. I have found a lot of information on the Internet, but it still doesn't work, including using js. After writing the method, there is still no response. The system is XP SP3 and the IE version is 8. What is going on? All browsers can display it in the html page, but IE cannot display it in aspx.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1024" height="80">      <param name="movie" value="aaaa.swf">      <param name="quality" value="high">      <embed src="aaaa.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1024" height="80"></embed></object>
Copy after login


Reply to discussion (solution)

Do not specify
D27CDB6E-AE6D-11cf-96B8-444553540000



All browsers support

Note that you don’t need object

It can run in FF without object or without specifying classid, but it still doesn’t work in IE. , Is there something wrong with my IE?

I can test both ie6 and ie9. How did you test it? Is the path correct?
Directly run the following code test

The one you gave us looks like the one that works and has the network address Everything is possible, but adding local will not work. The path will not be wrong. I have tried both absolute and relative, and both FF and chrome can run.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template