Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/69.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html google chrome中的flash对象不起作用_Html_Google Chrome - Fatal编程技术网

Html google chrome中的flash对象不起作用

Html google chrome中的flash对象不起作用,html,google-chrome,Html,Google Chrome,当我尝试将flash对象添加到html页面时,flash在chrome中不起作用,但在FF中起作用:这是我的flash代码: <embed type="application/x-shockwave-flash" width="50" height="50" src="images/mhe_logo.swf"/> 我读到google chrome不支持,所以我将其替换为flash,但仍然没有显示???使用object element for flash我使用了object elem

当我尝试将flash对象添加到html页面时,flash在chrome中不起作用,但在FF中起作用:这是我的flash代码:

<embed type="application/x-shockwave-flash" width="50" height="50" src="images/mhe_logo.swf"/>

我读到google chrome不支持,所以我将其替换为flash,但仍然没有显示???

使用object element for flash我使用了object element,但它也不起作用…你能共享一个plunker吗?