Flasher Archive

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


Subject: FLASH: Flash 3 and aol
From: Dave Dufour
Date: Wed, 8 Nov 2000 18:08:00 GMT

I'm using flash 3 and I have I movie on a page that tests for plug-in
presence then redirects to a static page for those without it. I got some
reports that the page seems to be hanging the browser for AOL users, which
makes me think we're dealing with older AOL versions that don't have the
plug-in, but for which the sniffer isn't working accurately. Here's the
code, generated by AfterShock, basically, that is in the page now. Can
anybody tell me if there's anything wrong with this?

!-- Aftershock TLOPENER.swf 3=600 4=400 18 -->
<!-- URL's used in the movie-->
<center><A HREF=sitemap.htm></A>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0
,0"
ID=TLOPENER WIDTH=600 HEIGHT=400>
<PARAM NAME=movie VALUE="TLOPENER.swf">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=quality VALUE=autohigh>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<SCRIPT LANGUAGE=JavaScript>
<!--
var ShockMode = 0;
if (navigator.mimeTypes &&
navigator.mimeTypes["application/x-shockwave-flash"] &&
navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
ShockMode = 1;
}
if ( ShockMode ) {
document.write('<EMBED SRC="TLOPENER.swf"');
document.write(' swLiveConnect=FALSE WIDTH=600 HEIGHT=400');
document.write(' LOOP=false QUALITY=autohigh BGCOLOR=#FFFFFF');
document.write(' TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash">');
document.write('</EMBED>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0
&& navigator.appVersion.indexOf("2.")>=0)){
window.location = "indx2.asp";
}
//-->
</SCRIPT><!-- EndAftershock TLOPENER.swf -->



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


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