Flasher Archive

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


Subject: RE: FLASH: preview, publish, alternate GIF problems
From: Ricardo Madrazo
Date: Thu, 25 May 2000 18:57:17 +0100

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.

//Look for a version of Internet Explorer that supports ActiveX (i.e., one
that's
//running on a platform other than Mac or Windows 3.1) or a browser that
supports
//the plugin property of the navigator object and that has Flash Player 2.0
//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"]){



//Load a pre-defined HTML page with Flash Player in it into the browser
window.

top.location.replace("flashindex.html")


}
else {
//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


Replies
  Re: FLASH: preview, publish, alternate G, Louis L. Gambogi III

Replies
  RE: FLASH: preview, publish, alternate G, Chad Kraeft

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