| How many times have you read in an online
| |
| | psychological nudges in the right
|
| forum or a web design tutorial that
| |
| | direction can mean the difference between
|
| embedded midi (Musical Instrumental
| |
| | a two-week vacation in Cancun and a day
|
| Digital Interface) files are "bad"?
| |
| | trip to the local water park.The real
|
| Probably more times than you care to
| |
| | problems with embedded midi files arise
|
| remember. For the most part, embedded
| |
| | when webmasters do not give their
|
| sound files of any kind have been
| |
| | visitors any control over the sounds
|
| categorized as web site "bling-bling",
| |
| | emanating from their web pages. Most
|
| right along side animated gifs, flashing
| |
| | people become frustrated and annoyed when
|
| banners and complex frames layouts.
| |
| | they are forced to listen to music that
|
| Essentially, they just contribute to
| |
| | they cannot shut off at leisure. Using
|
| unnecessary glitz and clutter that does
| |
| | the example above, I imagine that even
|
| nothing more than distract visitors and
| |
| | John and Jane would be getting pretty
|
| significantly slow page download
| |
| | annoyed around the 10th time the
|
| times.There is historical justification
| |
| | background music loops as they are still
|
| for this stereotype, as many beginning
| |
| | trying to decide between the granite and
|
| webmasters tend to go overboard with the
| |
| | the obsidian plaque.The IE browser makes
|
| bells and whistles on their first web
| |
| | it a bit easier in cases like this
|
| design attempts. This is just part of
| |
| | because the toolbar stop button is
|
| the learning process and should not be
| |
| | capable of stopping midi play, along with
|
| judged too harshly.With all the bad press
| |
| | page download and all other animation, of
|
| that embedded midi files get, some of the
| |
| | course. However, other browsers like
|
| more accomplished web designers tend to
| |
| | Mozilla Firefox that have to rely on a
|
| avoid using them. This is unfortunate,
| |
| | QuickTime or other third party plug-ins
|
| because if implemented and managed
| |
| | do not have this luxury. If the site
|
| properly, midi files can add benefit to
| |
| | designer does not supply a control
|
| some types of web sites, both for the
| |
| | console of some type, the visitors are
|
| visitors and the web site owners. In
| |
| | held prisoner and will likely escape at
|
| fact, I'm going to go as far as to say
| |
| | the first chance they get.There is no
|
| that an appropriately implemented midi
| |
| | voodoo involved with displaying a midi
|
| file can actually drive more traffic and
| |
| | console on a web page. The basic EMBED
|
| even increase sales! Sound fishy? Maybe
| |
| | code is fairly standard. You've probably
|
| so, but just hear me out.The key to using
| |
| | seen or used something similar to this in
|
| a midi file effectively is to help create
| |
| | the past:< EMBED SRC="filename.mid"
|
| a desired mood in conjunction with the
| |
| | HIDDEN="false" AUTOSTART="true"
|
| color scheme, graphics, and layout of a
| |
| | VOLUME="60" height="25" width="200"
|
| given web page. Let me give you an
| |
| | LOOP="true" >The trick is getting the
|
| example.Let's pretend that John and Jane
| |
| | darn console to display properly across
|
| have just lost their precious little
| |
| | all browsers using different plug-ins.
|
| Maltese of 12 years to kidney failure.
| |
| | The embed statement shown above, for
|
| They are surfing the Web, looking for a
| |
| | example, will not display properly in
|
| perfect pet memorial to celebrate the
| |
| | Firefox or Netscape using the QuickTime
|
| life of their dear friend. They have
| |
| | plug-in.I have had decent success
|
| narrowed their search to your site 'A'
| |
| | implementing midi consoles using BGSOUND
|
| and a competitor site 'B'. Site 'B' has
| |
| | with the following javascript. I make no
|
| a professional looking site, reasonable
| |
| | guarantees, but I've seen this work in
|
| prices, adorable pictures of other pets
| |
| | the newer Firefox and Netscape browsers
|
| whose owners have bought from and
| |
| | using the QuickTime plug-in as well as in
|
| recommend them, and detailed descriptions
| |
| | IE with QuickTime or Windows Media
|
| and images of the various memorials. It
| |
| | Player.x="midifilename.mid";
|
| almost brings a tear to your eye.
| |
| | document.write('< NOEMBED >< BGSOUND
|
| Almost.Now, your site 'A' has comparable
| |
| | SRC="'+x+'" AUTOSTART=true LOOP=true ><
|
| professionalism, prices, emotional
| |
| | NOEMBED >< EMBED SRC="'+x+'" WIDTH=200
|
| design, etc., but in addition, you've
| |
| | HEIGHT=45 AUTOSTART=true LOOP=true >
|
| included an embedded midi file that plays
| |
| | ')Don't be afraid to experiment. If you
|
| a sad little, heart-tugging, piece of
| |
| | have an existing web site or are in the
|
| music in the background. Those eyes that
| |
| | process of building one that you think
|
| were almost ready to tear up at your
| |
| | might benefit from a bit of midi
|
| competitor's site now start watering full
| |
| | psychology, then track down an
|
| tilt as the background music helps them
| |
| | appropriate file and give it a whirl.
|
| remember all the wonderful times they had
| |
| | You may be pleasantly surprised.Bob Davis
|
| with their pup. Who do you think they're
| |
| | is a professional database consultant,
|
| going to buy from? Exactly.The previous
| |
| | web designer, graphic artist, and
|
| example may be a bit over-dramatized, but
| |
| | Internet marketer.
|
| the theory is sound. Sometimes, little
| |
| |
|