Flasher Archive

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


Subject: FLASH: Plug-in detection and redirect help!!!
From: L Taylor
Date: Fri, 24 Sep 1999 16:25:06 +0100

A couple of questions:

1. Does anyone know how to detect for Flash 3 or later. I have the version
for 3(see below), but apparently it doesn't detect 4 too.
2. For some reason the plug-in detect (see below) doesn't seem to be
working on IE 3.0 on the mac. I just get a blank page. I haven't tested 3.0
browsers on PC yet. Is this because IE3.0 doesn't support javascript and I
am using javascript generated by good old Dreamweaver 1.2?
The test page is at: http://www.inn-entertainment.com/flash-test.html
It should go to index_fl.html if you do have Flash 3 and index_st.html if
you don't have Flash 3.
3. Does anyone know how to save Flash 4 as Flash 2 - I have tried exporting
it, but for some reason the application crashes. Any ideas??
4. Finally, is anyone getting a blank red screen instead of a 'lovely'
little flash movie?

Thanks in advance,
Lesley.


PLUG-IN DETECT CODE:

<HTML>
<HEAD>
<TITLE>Innovative Entertainment</TITLE>
<META name="DESCRIPTION" content="">
<META name="keywords" content="">
<SCRIPT language="JavaScript">
<!--
function MM_checkPlugin(plugin, theURL, altURL, IEGoesToURL) { //v1.2
if ((navigator.plugins && navigator.plugins[plugin]) || //if NS, or
(IEGoesToURL && //if flag set, and MSIE browser for Win95/NT
(ActiveX)
navigator.appName.indexOf('Microsoft') != -1 &&
navigator.appVersion.indexOf('Mac') == -1 &&
navigator.appVersion.indexOf('3.1') == -1)) {
if (theURL.length>2) window.location = theURL;
} else {
if (altURL.length>2) window.location = altURL;
}
document.MM_returnValue = false;
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="#FFFFFF" onLoad="MM_checkPlugin('Shockwave Flash
3.0','index_fl.html','index2.html',true);return document.MM_returnValue">
</BODY>
</HTML>


...............................................................

What Media : web design & development
e: ltatwhatmedia [dot] com
ph: 415.984.0406
fax: 415.707.2101
www.whatmedia.com

Latest projects: www.bluemarlincorp.com - Season VI is here!
and www.imagingmagazine.com

What News?: Just got mentioned in WebMonkey!
http://www.hotwired.com/webmonkey/99/22/index4a_page6.html?tw=e-business
...............................................................



------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com


Replies
  Re: FLASH: Plug-in detection and redirec, Phil Ward

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