1 Hour SEO : Domain Registration Bank : Ecommerce Dictionary : GoDefy : Great Web Design Tips
JavaScript 2 : Jumbo Keyword : Marketing Tips Store : Michael Wong Blog : Mike's Marketing Tools
Search Engines 2 : SEO eBook : Text Links Ads : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML > Embedded Objects > <EMBED ...>

Attribute for <EMBED ...>
PLUGINSPAGE ="URL"

If the browser doesn't have the necessary software to run the plugin indicated in the <EMBED ...> tag, PLUGINSPAGE indicates the URL where the browser can get the software. It's a good idea to include this attribute for any plugin you use that isn't for the most common media types (MIDI, AVI, WAV).

For example, suppose we use a plugin which has the media type "whack/slack". (there isn't really any such type, this is just an example.) We could use the following <EMBED ...> tag to indicate the URL of where to get the plugin software.

this code produces this

<EMBED
SRC="http://www.amgy.com/cgi-bin/htmlhtml/html/whack.slack"
HEIGHT=170 WIDTH=150
PLUGINSPAGE="WhackSlackPlugin.html"
>


If the browser has not already prompted you to retrieve the plugin software, and if you have the type of browser which supports plugins, try clicking on the plugin space above.

<EMBED PLUGINURL="..."> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com