Home >Web Front-end >HTML Tutorial >Flash_html/css_WEB-ITnose
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>
Do not specify
D27CDB6E-AE6D-11cf-96B8-444553540000
85989b3163d8528d7e8f6f54d8afe073 4dd31068bf220ff9da7a2b5fbd47a26a
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
814292e9d897ba530be309181a02cef84dd31068bf220ff9da7a2b5fbd47a26a
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.