PDA

View Full Version : Flash


chaos
February 11th, 2004, 02:52 AM
I can put a flash onto my site, I have a link and it opens up a form with the flash.swf file, how do people do it so that it is in a selected area, like just the center of a page not a whole .swf, is it with CSS, how do I do it?

degsy
February 11th, 2004, 03:27 PM
<embed src="flash.swf" width="xx" height="yy"></embed>

that is the basic code.
if you want to use totally valid (x)HTML then you need to tweak it a bit more.