Flasher Archive

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


Subject: FLASH: Question about publishing in Flash4
From: Cordaro, Vince
Date: Mon, 22 Nov 1999 19:03:18 GMT

If you publish something using Flash 4 does the HTML settings check for the
Flash 4 player or just any flash player. I am having a problem with people
with the Flash3 player being able to see some of my .swf's and not others.
Does anyone know hoe to change this javascript code to make it check amd
make sure the user has Flash 4 and will not let them in without it. My
javascript is not stopping the Flash 3 and my site does not work with flash
3. Check it out www.cordaro.net

Thanks A lot
'Vince
---Source ---

<HTML>
<HEAD>
<TITLE>Cordaro.Net</TITLE>
</HEAD>
<BODY BGCOLOR="#000000">

<!-- Aftershock http://www.cordaro.net/Cordaro1.swf 3=100 4=100 2=1 9=8340
18 19 24=3 45 --><!-- URL's used in the movie--><SCRIPT
LANGUAGE="JavaScript"
SRC="http://www.macromedia.com/shockwave/download/smart/getsw.js">function
getShockwave() { window.open(
&quot;http://www.macromedia.com/shockwave/download/&quot;,
&quot;&quot; ); } </script><OBJECT
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0
,0"
ID=english WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE="http://www.cordaro.net/Cordaro1.swf">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=bgcolor VALUE=#000000>
<SCRIPT LANGUAGE=JavaScript>
<!--
var ShockMode = 0;
var OldVersionOfPlugin = 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;
else
OldVersionOfPlugin = 1;
}
if ( ShockMode ) {
document.write('<EMBED SRC="http://www.cordaro.net/Cordaro1.swf"');
document.write(' swLiveConnect=FALSE WIDTH=100% HEIGHT=100%');
document.write(' LOOP=false QUALITY=high MENU=false
BGCOLOR=#000000');
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)){
document.write('<P ALIGN=CENTER><IMG SRC="english.gif" WIDTH=710
HEIGHT=564 BORDER=0>');
if (( navigator.appName.indexOf( "Microsoft" ) != -1 ) && (
navigator.appVersion.indexOf( "Macintosh" ) != -1 ) && (
navigator.appVersion.indexOf( "3." ) == 0 ))
{
document.write( '<P><A
HREF="http://www.macromedia.com/shockwave/download/">' );
document.write( '<P ALIGN=CENTER><img
src="get_shockwave.gif" WIDTH=88 HEIGHT=31 BORDER=0></A>' );
} else {
document.write( '<P><A
HREF="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version
=ShockwaveFlash">' );
document.write( '<P ALIGN=CENTER><img
src="get_shockwave.gif" WIDTH=88 HEIGHT=31 BORDER=0></A>' );
}
if ( OldVersionOfPlugin )
document.write( '<P>This page contains a new format movie
that the current Shockwave plug-in cannot handle. Please update to the new
version.</P>' );
}
//-->
</SCRIPT></OBJECT><!-- EndAftershock Coraro1.swf -->
</BODY>
</HTML>


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.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]