Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

"A plugin is needed to display this content"

  • 5 válasz
  • 11 embernek van ilyen problémája
  • 4 megtekintés
  • Utolsó üzenet ettől: cor-el

The source of the page is:

<html>
<head>
<title>Test</title>
</head>
<body>
<embed height="80" width="500" src="sound.mp3"> 
</body>
</html>

When loaded, "A plugin is needed to display this content" is displayed.

The source of the page is: <pre><nowiki> <html> <head> <title>Test</title> </head> <body> <embed height="80" width="500" src="sound.mp3"> </body> </html></nowiki></pre> When loaded, "A plugin is needed to display this content" is displayed.

Módosította: cor-el,

Összes válasz (5)

html, head and body tags disappeared, should i use some markup for code?

You can HTML escape tags as entities "&lt;html&gt;" and use pre tags for formatting.

To play an MP3 file via an embed tag you need a plugin that supports MP3 files like the Gecko Media player

This player is for windows and i am using linux.

  1. uname -a

Linux hostname 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64 GNU/Linux

if that matters.

What's wrong with the markup? '1.' is displayed instead of number sign

If you start a line with a hash (#) then you create a numbered list.

Make sure that you show the KB article for Linux (click the Editing Tools button)