Hello,

A friend of mine has just finished creating our website and he has done it
in flash (.swf).
I am trying to get my site started in my own IIS on a Windows 2000 Server.
Can I add a "file.swf" instead of an "index.htm" in the "Documents" tab of
the default web-site or how does it work ?
Running the file directly from within an Internet Explorer works fine but I
am not sure how to get it to work with IIS.

Regards

Johnny Lundgren

Re: How use flash. by Ben

Ben
Wed Jan 05 11:18:59 CST 2005

No, you need to embed the flash file into an HTML file. Do a search on
"embed flash in html" and you'll see the code you need to add to your
index.htm file in order to contain the SWF file.

--
Ben Strackany
www.developmentnow.com


"Johnny Lundgren" <Johnny Lundgren@discussions.microsoft.com> wrote in
message news:C303EEF4-68F6-4FEE-BD52-CA372A4CEC58@microsoft.com...
> Hello,
>
> A friend of mine has just finished creating our website and he has done it
> in flash (.swf).
> I am trying to get my site started in my own IIS on a Windows 2000 Server.
> Can I add a "file.swf" instead of an "index.htm" in the "Documents" tab of
> the default web-site or how does it work ?
> Running the file directly from within an Internet Explorer works fine but
I
> am not sure how to get it to work with IIS.
>
> Regards
>
> Johnny Lundgren



Re: How use flash. by jeff

jeff
Wed Jan 05 14:57:28 CST 2005

On Wed, 5 Jan 2005 07:19:14 -0800, Johnny Lundgren <Johnny
Lundgren@discussions.microsoft.com> wrote:

>A friend of mine has just finished creating our website and he has done it
>in flash (.swf).
>I am trying to get my site started in my own IIS on a Windows 2000 Server.
>Can I add a "file.swf" instead of an "index.htm" in the "Documents" tab of
>the default web-site or how does it work ?

It would take like 30 seconds for you to try this and find out if it
works in your setup.

Normally your default.htm file loads the Flash SWF file, check the
Flash documentation for details on this.

Jeff

Re: How use flash. by Kristofer

Kristofer
Thu Jan 06 02:51:17 CST 2005

Hello,

It would be better if you embedded the flash file. Because clients that
have no idea what to do with the file (ie, Macromedia Flash is not
installed) will try to download the file.

You are aware of that flash files are not indexed by search sites like
google? So you will possible loose customers that is using a search engine
to find you.


--
Regards,
Kristofer Gafvert
www.ilopia.com

Johnny Lundgren wrote:

> Hello,
>
> A friend of mine has just finished creating our website and he has done
it
> in flash (.swf).
> I am trying to get my site started in my own IIS on a Windows 2000
Server.
> Can I add a "file.swf" instead of an "index.htm" in the "Documents" tab
of
> the default web-site or how does it work ?
> Running the file directly from within an Internet Explorer works fine
but I
> am not sure how to get it to work with IIS.
>
> Regards
>
> Johnny Lundgren