# Embedding a Flash Movie

**URL:** https://forum.kirupa.com/t/embedding-a-flash-movie/225531
**Category:** Uncategorized
**Created:** [May 13, 2007, 12:46pm UTC](https://forum.kirupa.com/t/embedding-a-flash-movie/225531 "2007-05-13T12:46:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fulci](https://avatars.discourse-cdn.com/v4/letter/f/5f9b8f/32.png) [@fulci](https://forum.kirupa.com/u/fulci)
#### Post date: [May 13, 2007, 12:46pm UTC](https://forum.kirupa.com/t/embedding-a-flash-movie/225531/1 "2007-05-13T12:46:01Z")

</div>

Hi all,

Can anyone please tell me whats the best code to embed a Flash movie into a HTML page is?

I’ve been using this;

```auto
<object type="application/x-shockwave-flash" data="main.swf" width="966" height="534">
 <param name="movie" value="main.swf" />
 </object>

```

Is the above code standard, or is there a better way to embed a movie out there? :ponder:
