PDA

View Full Version : Flash V FrontPage


photon
11-26-2004, 04:12 AM
Frontpage is rubbish.
But more and more websites are being designed by Frontpage.

My question is:
How do u put a Macromedia Flash animation in Frontpage?

Thanks

688206002
11-26-2004, 04:16 AM
Originally posted by photon@Nov 25 2004, 11:12 PM
Frontpage is rubbish.
But more and more websites are being designed by Frontpage.

My question is:
How do u put a Macromedia Flash animation in Frontpage?

Thanks
13182


I used to use FP a loooooong time ago so I'm not sure if this is a hundred percent accurate but you should be able to "import objects" (or something like that); and that includes the ability to embed .swf files.

shwaza
11-26-2004, 06:46 PM
Here is a simple code you can use to add it in,

<object width="550" height="400">
<param name="movie" value="yourflashfilm.swf">
<embed src="yourflashfilm.swf" width="550" height="400">
</embed></object>

iecep
11-27-2004, 12:28 AM
I use frontapage...I think frontpage is not as good as Dreamweaver but IT IS NOT rubbish....

Anyway, you can insert Flash in FP(2002, v 10.xx I think.) in a number of ways...you can type a code in code view or just simply go to INSERT>WEB COMPONENT...> and in the "component type" menu choose "advanced controls" and you'll see a list in the right window choose "plug in" and click finish then you'll go to a window where you have to browse for your swf file and set its size..etc......as i have said there are lots of ways...but I use this series of steps...works for me I hope it does for you...have a nice time here!

reid315
11-27-2004, 12:31 AM
lol i gave up on FP

but i think the best way to insert flash is by hand coding it. like C&P the code above and stuff. more control over the params and stuff.

photon
11-27-2004, 04:31 AM
Thanks for your help.

I finally was able to insert a Flash animation file.

But it wasn’t simple, who ever wrote Frontpage must have had a serious drug problem.

“Drag and drop” was invented about 20 years ago, and this rubbish (FP) is very clumsy.
:blink:

flames
11-28-2004, 06:09 PM
Originally posted by photon@Nov 26 2004, 09:31 PM
Thanks for your help.

I finally was able to insert a Flash animation file.

But it wasn’t simple, who ever wrote Frontpage must have had a serious drug problem.

“Drag and drop” was invented about 20 years ago, and this rubbish (FP) is very clumsy.
:blink:
13399

i agree, but fp is easier to use for n00bs, i think dreamweaver is better.,
good luck! :P

chilipie
12-03-2004, 03:45 PM
If you want to see how to embed flash while still keeping to valid XHTML, there's a great article at A List Apart (http://www.alistapart.com/) - Flash Satay (http://www.alistapart.com/articles/flashsatay/).