Flasher Archive

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


Subject: Re: FLASH: autoinstall
From: Ken Holmes
Date: Fri, 12 Mar 1999 04:28:22 GMT

Put this in your main page and make your flash page and make a static page
that notifies the customer that they don't have the plugin.
Not sure how this works for mac
Put this in your <HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!--
function detect(){
noautoinstall = ""
if(navigator.appName == "Microsoft Internet Explorer" &&
(navigator.appVersion.indexOf("Mac") != -1 ||
navigator.appVersion.indexOf("3.1") != -1)){
noautoinstall = "true";
}
if (navigator.appName == "Microsoft Internet Explorer" && noautoinstall !=
"true"){
window.location="flash.html";
}
else if(navigator.plugins){
if(navigator.plugins["Shockwave Flash"]){
window.location="flash.html";
}
else if(navigator.plugins["Shockwave Flash 2.0"]){
window.location="upgradeflash.html";
}
else{
window.location="noflash.html";
}
}
else {
window.location="noflash.html";
}
}
// -->

</SCRIPT></HEAD>
-----Original Message-----
From: Pebbles Lexus <pebbles_qatyahoo [dot] com>
To: flasheratshocker [dot] com <flasheratshocker [dot] com>
Date: Thursday, March 11, 1999 2:57 AM
Subject: FLASH: autoinstall


>
>Hello Flashers.
>
>I'm just a new kid of flash. I need to know what are alternative moves
>to prompt or maybe auto-install the Flash plugin to the viewers.
>
>I tried making them in "aftershock" and it work although it doesn't
>auto-install to other browsers like -> IE 4.0.
>
>Second, is it possible if ever they don't want to go on further with
>waiting - and alternative static page will just appear upon
>cancelling/non-detecting a plugin?
>
>Lastly, as some flash sites I've visited, while the Flash downloads it
>gives an prompting -> downloading, downloading, downloading until the
>whole movie appears. Now, how's that?
>
>Sorry for too many questions. I hope anybody can help.
>
>Pebbles
>
>
>_________________________________________________________
>DO YOU YAHOO!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>------------------------------------------------------------------------
>To UNSUBSCRIBE send: unsubscribe flasher in the body of an
>email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
>N.B. Email address must be the same as the one you used to subscribe.
>For info on digest mode send: info flasher to list-manageratshocker [dot] com
>


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


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