Code Snippet

Home » Code Snippets » HTML » Embedding Flash

Embedding Flash

This is different than the default code that Flash provides. That typically involves the <embed> tag and is not valid XHTML. This doesn't use that, and is fully valid.

<object type="application/x-shockwave-flash"
	data="your-flash-file.swf"
	width="0" height="0">
	<param name="movie" value="your-flash-file.swf" />
	<param name="quality" value="high"/>
</object>

Reference URL

Subscribe to The Thread

  1. will this work crossbrowser?

  2. This seems very similar to the Flash Satay method from a while back.

  3. I was taught that you should always use swfObject for flash replacement. Isn’t it almost always a better solution?

    • That’s what I typically use. Although it does require javascript, and theoretically users might have javascript disabled and Flash enabled.

      In either case, it’s just a good thing to know there is a valid way to embed flash without any help.

    • Very true. swfOject is something worth mentioning though.

  4. How do you add a controller.

  5. How could I embed a rotating flash movie as a background in my page? Thanks for the help.

  6. It don’t work in IE.

  7. what is the code for FLV file?

  8. Rajesh

    Thanks…….

Speak, my friend

At this moment, you have an awesome opportunity* to be the person your mother always wanted you to be: kind, helpful, and smart. Do that, and we'll give you a big ol' gold star for the day (literally).

Posting tips:
  • You can use basic HTML
  • When posting code, please turn all
    < characters into &lt;
  • If the code is multi-line, use
    <pre><code></code></pre>
Thank you,
~ The Management ~