Am 2008-09-14 13:54:01, schrieb hce: > I've tried the object tag as Ash suggested, the object tag crashed > firefox): > > (1) If I open following audio.html directly from "Open File" > file:///home/webserver/audio.html, the embed tag works just fine, the > audio can play. The /home/webserver is the directory where all > applications audio.php and audio.mp3 are stored. > > (2) If I open from http://www.myweb.com/audio.php, the audio.mp3 does > not download to firefox. Nothing is played. > > <html> > <embed src="audio.mp3" autostart="1"></embed> > </html>
It should be:
<html>
<embed src="audio.mp3" />
</html>
The <embed> tag is ONLY working on Netscape 2-7 and for Mozilla
but NOT Firefox, Seamonkey, Iceape and such...
Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack Apt. 917 ICQ #328449886
+49/177/9351947 50, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com)
signature.pgp
Description: Digital signature

