Flasher Archive

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


Subject: Re: FLASH: Flash Plugin/Control Version
From: John Croteau
Date: Mon, 24 Aug 1998 16:24:29 +0100

Hi Nigel,

Following is an example how to modify the Smart shockwave code found at
http://www.macromedia.com/support/shockwave/info/smart/contents.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is the code under 'Checking whether existing Shockwave version is
adequate':

else
{
document.write( '<A HREF="#" ' );
document.write( 'onClick="getShockwave(' );
document.write( "'Director 5.0','Flash 2.0'" );
document.write( ')">' );
document.write( '<img src="images/get_shockwave.gif" WIDTH=88
HEIGHT=31 alt="Get Shockwave" BORDER=0></A>' );
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Change the one line of this section of the JavaScript to the following
if you need no Director plugin and require a 3.0.8 minimumum Flash
plugin.

document.write( "'Director 0.0','Flash 3.0.8'" );

----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
FlashTeK(Advanced Websites with Flash) http://www.CrownMall.com/Flash/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
Need a PC ? -- Computer King -- http://www.crownmall.com/computers/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
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


Replies
  FLASH: Flash Plugin/Control Version, Nigel Randsley-Pena
  Re: FLASH: Flash Plugin/Control Version, John Croteau
  Re: FLASH: Flash Plugin/Control Version, Nigel Randsley-Pena

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