阅读:4398回复:0
怎么打开带音乐的网页
我装了mediawrap 但是打不开带音乐的网页 这是我自己编写的简单网页 用IE可以打开 但是有firefox打开什么都没 很奇怪
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <body> <div align="center"> <embed src="musics/tamas wells-valder fields.mp3" width="465" height="77" hspace="12" hidden="False" loop="True" align="middle"></embed> </div> </body> </html> |
|