PDA

Click to See Complete Forum and Search --> : embeedding flash movie


tZ
12-15-2005, 11:22 PM
prombly a very dumb question... anyhow

img src="myimage.swf..."

Is that how I place a swf file in a htlm document?... treat it like a image or is that incorrect?

Also, is there anything regarding padding I need to be aware of when placing a flash doc in a div or can I just place it as if it were a image?

thanks

EC
12-15-2005, 11:35 PM
do you have dreamweaver? Insert>Media>Flash

Reny
12-16-2005, 10:09 PM
<embed src="yourmovie.swf" width="555" height="555"></embed> will work if you're looking for a basic piece of code. There's a lot more that you can add to it to set parameters and such.