gettingstarted
[Top] [All Lists]

Re: Creating/Opening a New File??

To: <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Creating/Opening a New File??
From: "B Traver" <btraver at traver dot org>
Date: Thu, 30 Sep 2004 08:22:36 -0400
Delivered-to: gettingstarted at lists dot realsoftware dot com
Importance: Normal
In a previous post I made reference to some HTML code for embedding and
playing MIDI files which was supposed to resolve some conflicts betweem
Miocrosoft and Netscape.  Ignore that code!

Here's what I've found out since then:

"WHAT DOES NOT WORK WITH THE NEW BROWSERS! 
"<EMBED SRC="yoursong.mid" ... AUTOSTART="true" LOOP="false"> 
<NOEMBED><BGSOUND SRC="yoursong.mid"></NOEMBED> 
"This commonly used combination of <EMBED> and <NOEMBED><BGSOUND> no
longer works....  We recommend dropping the use of the obsolete
<BGSOUND> tag altogether....
"WHAT WORKS RIGHT NOW! 
"The following code will embed a midi file on your homepage which will
play as soon as the page is loaded and [play it] once....
"<EMBED SRC="yoursong.mid" WIDTH=144 HEIGHT=60 AUTOSTART="true"
LOOP="false"> 
"The width and height suit the Crescendo plugin version 3.0 and also
Netscape's LiveAudio."
  http://midistudio.com/Help/Help_HomePg.htm

There are problems with that solution, however:  (1) "EMBED" is not
recognized by the current standards.  (2) The Crescendo plugin (and
Netscape's LiveAudio?) is no longer used.  Another suggesstion is to use
the Microsoft Media Player, but not everyone ues Windows. 

If there is a way it can be done that will work with all browsers
(including Safari), I haven't found it yet.

Barry Traver

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>