Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SWF player plugin

Status
Not open for further replies.

cathiec

Programmer
Joined
Oct 21, 2003
Messages
139
Location
IE
The following HTML is in my webpage to direct browsers to the macromedia website to download the shockwave flash player if the browser does not have the plugin already bulit in. When i open this page in broswer that doesnt have plugin nothing happens and the browser is not redirected to the macromedia website.

<OBJECT
CLASSID=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
WIDTH=&quot;100&quot; HEIGHT=&quot;100&quot;

CODEBASE=&quot;
<PARAM NAME=&quot;MOVIE&quot; VALUE=&quot;Module2.swf&quot;>
<PARAM NAME=&quot;PLAY&quot; VALUE=&quot;true&quot;>
<PARAM NAME=&quot;LOOP&quot; VALUE=&quot;true&quot;>
<PARAM NAME=&quot;QUALITY&quot; VALUE=&quot;high&quot;>

<EMBED SRC=&quot;Module2.swf&quot;
WIDTH=&quot;100&quot; HEIGHT=&quot;100&quot;
PLAY=&quot;true&quot; LOOP=&quot;true&quot; QUALITY=&quot;high&quot;
PLUGINSPAGE=&quot; P1_Prod_Version=ShockwaveFlash&quot;>
</EMBED>

</OBJECT>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top