You are here: Reference > HTML > attributes > pluginsPage (embed)

pluginsPage attribute (embed)

Browser support:
Sets the URL for installing a plug-in. If an embedded plug-in is not accessible on the client site, the URL can be used by the browser to download and install the required component.
The embed tag is a non-standard tag in HTML but supported by all commonly used browsers.
JavaScript page for this attribute: pluginspage. You can find other example(s) there.

Possible values:

String that sets the URL of the plugin. It can be an absolute or relative path as well. Relative paths are relative to the base URL. The base URL is the location of the current document, but it can be overridden by the base tag.
Default: this attribute has no default value.

Example HTML code 1:

This example illustrates the use of the pluginspage attribute:
<embed id="myEmbed" type="application/x-shockwave-flash" 
    pluginspage="http://www.macromedia.com/go/getflashplayer" 
    style="width:300px; height:200px;" src="flash.swf" />
Did you find this example helpful? yes no

Supported by tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content