HighDots Forums  

Check if RealPlayer plugin not present

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Check if RealPlayer plugin not present in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
basilb
 
Posts: n/a

Default Check if RealPlayer plugin not present - 07-15-2004 , 01:21 AM






Is there code which will prompt to download the Realplayer software if the
plugin is not installed? The javascript provided on the Realplayer support site
will go to the Realplayer download site & hijack the browser (i.e. it is more
than a prompt - it actually leaves your site and you can't back page.

Thanks


Reply With Quote
  #2  
Old   
ranjan
 
Posts: n/a

Default Re: Check if RealPlayer plugin not present - 07-15-2004 , 02:18 AM






basilb wrote:
Quote:
Is there code which will prompt to download the Realplayer software if the
plugin is not installed? The javascript provided on the Realplayer support site
will go to the Realplayer download site & hijack the browser (i.e. it is more
than a prompt - it actually leaves your site and you can't back page.

Thanks

In Gecko based browsers an array of plugins is available using
navigator.plug-ins

IE relies on Client side VBScript and Active X Controls

http://www.oreillynet.com/pub/a/javascript/2001/07/20/plugin_detection.html

The URL above discusses how to use javascript to write VB script for IE
while using navigator.plug-ins for gecko browsers.

A simpler method would be to use IE Conditional Statements for VBScript.

Ranjan
www.dreamlettes.net


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.