Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Flash 4 silent install for Netscape
From: Jan Oosterhuis
Date: Sat, 22 Jan 2000 15:05:59 GMT

(This question has probably been posed before, but I could not find
the proper solution.)

Aftershock (2.5) creates an html page with some JavaScript code that
uses Java to install the Flash Plugin into Netscape.
A piece of it looks like this:

>if (navigator.platform.indexOf("Win32") >= 0 )
> jarPath =
>"http://download.macromedia.com/pub/shockwave/jars/english/silentflash
>32.jar"
>else if (navigator.platform.indexOf("Win16") >= 0 )
> jarPath =
>"http://download.macromedia.com/pub/shockwave/jars/english/silentflash
>16.jar"
>else if (navigator.platform.indexOf("MacPPC") >= 0 )
> jarPath =
>"http://download.macromedia.com/pub/shockwave/jars/english/silentflash
>ppc.jar"
>if (jarPath.length) {
> netscape.softupdate.Trigger.StartSoftwareUpdate (jarPath,
>netscape.softupdate.Trigger.FORCE_MODE);
>.....}

I rewrote some of the code (to detect the Flash 4 plugin), but it
appears that the above URL's still point to the Flash v3 installers.
Are other links available at Macromedia that can be used for
installation of the Flash v4 plugin?

(by the way: I discovered that when using this method an already
present Flash v4 plugin is overwritten by the v3 plugin (win32).)

Jan Oosterhuis
Faculty of Educational Science and Technology
University of Twente, Enschede, The Netherlands
e-mail: J [dot] Oosterhuisatedte [dot] utwente [dot] nl

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Flash 4 silent install for Ne, Cheri Harder

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]