Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Netscape Plugin Problems |
From: | Cheri Harder |
Date: | Tue, 29 Feb 2000 04:08:37 GMT |
Marie
I am not sure how you published your movie to get this, but the source shows
that the codebase in your HTML page is referring to Shockwave instead of
Flash. This:
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
codebase="http://active.macromedia.com/director/cabs/sw.cab#version=6,0,1,0"
width="600" height="300">
<param name="SRC" value="staffnav.swf">
<embed src="staffnav.swf"
pluginspage="http://www.macromedia.com/shockwave/download/"
type="application/x-director" width="600" height="300">
</embed>
</object>
should be this:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0
,0"
ID=staffnav WIDTH="600" HEIGHT="300">
<PARAM NAME=movie VALUE="staffnav.swf"> <PARAM NAME=quality VALUE=best>
<PARAM NAME=salign VALUE=T> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED
src="staffnav.swf" quality=best salign=T bgcolor=#FFFFFF WIDTH="600"
HEIGHT="300" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"></EMBED>
</OBJECT></CENTER>
Or some parameters you pick with regard to quality, alignment, bgcolor...
HTH
~~~~Cheri Harder~~~~~
charder

Advantage Web Solution
www.awsolution.com
----- Original Message -----
From: "Marie" <mcls

To: <flasher

Sent: Monday, February 28, 2000 6:30 PM
Subject: RE: FLASH: Netscape Plugin Problems
> Okay, here's the url:
> http://www.johnragusa.com/staffnav.html
> About:Plugins shows:
> File name: Shockwave Flash NP-PPC
> Shockwave Flash 4.0 r20 (That's a new one for me, btw.)
> Same situation on the G3Powerbook at home.
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California
-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email help

Replies
Re: FLASH: Netscape Plugin Problems, Marie
Replies
RE: FLASH: Netscape Plugin Problems, Sublett, Brian
RE: FLASH: Netscape Plugin Problems, Brad Bechtel
RE: FLASH: Netscape Plugin Problems, Marie
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]