Flasher Archive

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


Subject: Re: FLASH: preview, publish, alternate GIF problems
From: Louis L. Gambogi III
Date: Sat, 27 May 2000 19:51:47 +0100

Please take this name off your email list. Thank you!

----- Original Message -----
From: "Ricardo Madrazo" <rmadrazoatlive365 [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Thursday, May 25, 2000 1:42 PM
Subject: RE: FLASH: preview, publish, alternate GIF problems


> Thanks, Chad, but... my Flash movie is 120px by 120px and is embedded in a
> table and surrounded by HTML content, so it's a hybrid page. I don't want
> to have to make two separate sites, I just want to reliably embed Flash
and
> display alternate GIF if there's no plugin. I was able to do it with the
> "Flash 4 with Image" export settings, except that IE4.5 on windows doesn't
> read the plugin-detection javascript well.
>
> If there are any clues, I'm wide open.
>
> Ricardo Madrazo
> Multimedia
> 650-345-7400 ext. 211
> http://www.live365.com/
> The World's #1 Internet Radio Community
>
>
>
> -----Original Message-----
> From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Chad
> Kraeft
> Sent: Thursday, May 25, 2000 10:24 AM
> To: flasheratchinwag [dot] com
> Subject: RE: FLASH: preview, publish, alternate GIF problems
>
>
> To ensure they get to the right place, the script below can be adapted.
> Have it go to the GIF page if the user doesn't have the plugin, have it go
> to the Flash enabled page if they do...
>
> HTH
>
> <SCRIPT LANGUAGE="JavaScript">
> <!-- use this comment tag to hide the enclosed code from old browsers.
>
> file://Look for a version of Internet Explorer that supports ActiveX
(i.e., one
> that's
> file://running on a platform other than Mac or Windows 3.1) or a browser
that
> supports
> file://the plugin property of the navigator object and that has Flash
Player 2.0
> file://installed.
>
> if ((navigator.appName == "Microsoft Internet Explorer" &&
> navigator.appVersion.indexOf("Mac") == -1 &&
> navigator.appVersion.indexOf("3.1") == -1) ||
>
> (navigator.plugins && navigator.plugins["Shockwave Flash"])
> || navigator.plugins["Shockwave Flash 2.0"]){
>
>
>
> file://Load a pre-defined HTML page with Flash Player in it into the
browser
> window.
>
> top.location.replace("flashindex.html")
>
>
> }
> else {
> file://Load a pre-defined HTML page without Flash Player into the
browser
> window.
>
> top.location.replace("htmlindex.html")
> }
>
> // Close the comment tag. -->
> </SCRIPT>
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> World Animation Celebration - Big Internet Animation Pow Wow Discount
Offer
>
> Register before May 25 mention flasher and save 25%!! www.wacfest.com
>
> Be discovered, get a job or have your web series picked up. A big talent
search for Shockwave
> and Flash animators is happening May 30-June 4 in Hollywood. Featuring
Rob Burgess, Matt
> Groening, Brad Bird and more. www.wacfest.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
World Animation Celebration - Big Internet Animation Pow Wow Discount Offer

Register before May 25 mention flasher and save 25%!! www.wacfest.com

Be discovered, get a job or have your web series picked up. A big talent search for Shockwave
and Flash animators is happening May 30-June 4 in Hollywood. Featuring Rob Burgess, Matt
Groening, Brad Bird and more. www.wacfest.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: preview, publish, alternate G, Ricardo Madrazo

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