Flasher Archive

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


Subject: Re: FLASH: shockwave installation
From: oneflashtwelve
Date: Wed, 12 Jul 2000 21:32:25 +0100

This can be a problem if you are using dreamweaver (v3 in my case) to embed
your movies in your HTML...
There's 2 symbols to click on to add shockwave... one for shockwave, one for
flash.
If you click on the shockwave one, you can still add flash, but the code
will genereate HTML something like this:

<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#
version=7,0,2,0" width="550" height="400">
<param name="src" value="enter.swf">
<embed src="enter.swf"
pluginspage="http://www.macromedia.com/shockwave/download/" width="550"
height="400">
</embed>
</object>

Thus prompting your browser to get the latest shockwave plug-in, if you
don't have it installed.

If you choose the flash one, you'll get code like this:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=4,0,2,0" width="550" height="400">
<param name=movie value="enter.swf">
<param name=quality value=high>
<embed src="enter.swf" quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550"
height="400">
</embed>
</object>

Thus promting the browser to use flash.

I had this problem for a bit, till i figured out I was using the wrong
button to embed my flash movies.....

Hope that helps

-oneflashtwelve
oneflashtwelveathotmail [dot] com

----- Original Message -----
From: <brian [dot] mchughatmarchFIRST [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Wednesday, July 12, 2000 2:29 PM
Subject: FLASH: shockwave installation


>
>
> Hi Everyone,
>
> We've created a couple Flash movies for our site and we're having trouble
> getting them to work properly. Several users in our office told me that
when
> they try to run the movies their browser prompts them to install shockwave
(even
> though its already installed). If they re-install the movies work once.
Has
> anyone else encountered this? Any fixes? Any help would be greatly
appreciated.
>
> Thanks,
> Brian McHugh
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
> www.flashforward2000.com
> Produced by United Digital Artists and lynda.com
> Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
> shockwave.com and Electric Rain.
> 1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
> Register before June 30 and save $200!!-- www.flashforward2000.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...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: shockwave installation, brian.mchugh

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