Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Midi Sound in Flash
From: John Croteau
Date: Mon, 19 Oct 1998 06:07:31 +0100

Hi Lulu,

> How do you implement MIDI files? Flash does not allow you to directly
> import MIDI.

Steve uses the HTML page method.

You can turn Midi on & off by alternately
loading a Sound and a NoSound page
in an HTML frame which is normally hidden.

>From Flash use the GetURL command placing
Sound.htm (or NoSound.htm) in the URL: box
and Midi in the Window: box.
Note Midi is the name given the zero sized second frame in the FrameSet
page.

The example below shows the Midi frame starting with NoSound or no Midi
but it could easily be switched so the Sound will start with the page.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sound.htm
<HTML>
<BODY TEXT="#000000">
<EMBED SRC="Beethoven.mid" HEIGHT="5" WIDTH="20" autostart="true"
loop="true"></embed>
</BODY>
</HTML>

NoSound.htm
<HTML>
<BODY BGCOLOR="#000000"></BODY>
</HTML>

FrameSet page Index.htm
<HTML><HEAD><TITLE>Flash Tek</TITLE></HEAD>
<FRAMESET ROWS="100%,*" FRAMEBORDER="0" FRAMEBORDER="NO"
FRAMESPACING="0">
<FRAME SRC="FT_Index.htm" NAME="Flash" MARGINWIDTH="0" MARGINHEIGHT="0"
BORDER="0">
<FRAME SRC="NoSound.htm" NAME="Midi" MARGINWIDTH="0" MARGINHEIGHT="0"
BORDER="0">
</FRAMESET>
</HTML>

----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
Need a PC ? -- Computer King --
http://www.crownmall.com/computers/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: ARCANE UPDATE, Lulu

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]