Flasher Archive

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


Subject: Re: Flash Checker
From: Warren Suderman
Date: Thu, 19 Mar 1998 03:29:31 GMT

If what you want to say in HTML is:

<A HREF="#" onClick="getShockwave("Director 0.0","Flash 2.0")">
<img src="images/get_shockwave.gif" WIDTH=88 HEIGHT=31 BORDER=0></A>


then copy and paste the following "document.write" statements.

document.write('<A HREF="#" onClick=');
document.write('"getShockwave("Director 0.0","Flash 2.0")">');
document.write('<img src="images/get_shockwave.gif" WIDTH=88
HEIGHT=31 BORDER=0></A>');

^ note the space in front of the word HEIGHT=31


I think that's what your trying to say. If your not sure, you can try it
anyway.
The worst thing that might happen is a total core melt-down of your
machine.;-)

resonateatresonate [dot] org wrote:

> I tried to use the suggested Flash Check, but I get this error:
>
> JavaScript Error: http://www.black-triangle.com/default.htm, line 27:
>
> unterminated string literal.
>
> document.write( '<A
>
> ><script language="JavaScript">
> > <!-- // Generate the tag for the smart button:
> > if (( navigator.appName.indexOf( "Microsoft" ) != -1 ) && (
> >navigator.appVersion.indexOf( "Macintosh" ) != -1 ) && (
> >navigator.appVersion.indexOf( "3." ) == 0 ))
> > {
> > document.write( '<A
> >HREF="http://www.macromedia.com/shockwave/download/">' );
> > document.write( '<img src="images/get_shockwave.gif" WIDTH=88
> >HEIGHT=31 BORDER=0></A>' );
> > }
> > else if (( navigator.appName.indexOf( "Netscape" ) != -1 ) && (
> >navigator.appVersion.indexOf( "2." ) == 0 ))
> > {
> > // nothing
> > }
> > else
> > {
> > document.write( '<A HREF="#" ' );
> > document.write( 'onClick="getShockwave(' );
> > document.write( "'Director 0.0','Flash 2.0'" );
> > document.write( ')">' );
> > document.write( '<img src="images/get_shockwave.gif" WIDTH=88
> >HEIGHT=31 BORDER=0></A>' );
> > }
> > //-->
> ></script>
> ><noscript>
> > <A HREF="http://www.macromedia.com/shockwave/download/">
> > <IMG SRC="images/get_shockwave.gif" WIDTH=88 HEIGHT=31 BORDER=0></A>
> ></noscript>
> >
> >- ---------------------------------------------------------------------
> >john
> >
>
> ------------------------------------------------------------------------
> 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

Hope that works for ya,
--
Warren Suderman -- Electric Artist
techmanatlightspeed [dot] net (mailto:techmanatlightspeed [dot] net)

*************************************************
The Mind's Eye Virtual Studio
Animation | Web Design | 3d Graphics & Renderings
http://www.minds-eye.com/
Ph# 209.229.7560 Fax# 209.229.0589
*************************************************

What ever doesn't kill your computer will only
make it stronger, but that's only my opinion.

I could be wrong...

begin: vcard
fn: Warren Suderman
n: Suderman;Warren
org: www.minds-eye.com
adr: P.O. Box 25142;;;Fresno;CA;93729;USA
email;internet: nospam_techmanatlightspeed [dot] net
title: The Mind's Eye Virtual Studio
tel;work: 209.229.7560
tel;fax: 209.229.0589
x-mozilla-cpt: ;0
x-mozilla-html: FALSE
version: 2.1
end: vcard


Replies
  Re: Flash Checker- PLS turn off vcard, Wayne Townsend

Replies
  Re: Flash Checker, resonate

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