Title: Embedding Video
Last modified: August 18, 2016

---

# Embedding Video

 *  [ladyphoenix](https://wordpress.org/support/users/ladyphoenix/)
 * (@ladyphoenix)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/embedding-video/)
 * I am having problems embedding video directly into a single post. I’m trying 
   to use the embed tag and for some reason my entire blog gets screwy when I do
   it. If any one has an example they could past into this forum of what exactly
   I should type to embed a .wmv file when I’m preparing a post, I’d really appreciate
   it. I’ve searched the forums here and they aren’t really helping me very much
   here.
 * Thanks.
    Erin

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [robertmcclelland](https://wordpress.org/support/users/robertmcclelland/)
 * (@robertmcclelland)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/embedding-video/#post-262733)
 * Here’s the basic code for embedding video in a post.
 * `<embed SRC=url WIDTH=400 HEIGHT=300 AUTOPLAY=false CONTROLLER=true LOOP=false
   ></embed>`
 *  Thread Starter [ladyphoenix](https://wordpress.org/support/users/ladyphoenix/)
 * (@ladyphoenix)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/embedding-video/#post-262735)
 * Ok, do I just stick that code in the field where I’m typing the rest of my blog
   entry? Do I need to do anything special with it? I’ve been just trying to stick
   it in and it screws up my entire blog. That’s why I’m having issues. I’ve tried
   using just the <embed…> tag and all of the formatting on my blog is lost.
 *  Thread Starter [ladyphoenix](https://wordpress.org/support/users/ladyphoenix/)
 * (@ladyphoenix)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/embedding-video/#post-262740)
 * Oh my goodness… I tried it again, and all of the sudden it does work. Thank you
   so much. 🙂
 *  Thread Starter [ladyphoenix](https://wordpress.org/support/users/ladyphoenix/)
 * (@ladyphoenix)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/embedding-video/#post-262742)
 * Ok, well, now i have the window where it should be and all the formatting is 
   fantastic, but I can’t get the movie to play, I’m going to try a different movie
   and see if that helps.
 *  [zman](https://wordpress.org/support/users/zman/)
 * (@zman)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/embedding-video/#post-262747)
 * Have you tried Media Filter plugin?
    [http://wp-plugins.net/author/fallen/](http://wp-plugins.net/author/fallen/)
 *  [petit](https://wordpress.org/support/users/petit/)
 * (@petit)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/embedding-video/#post-263198)
 * You may also be interested in the Sound and video plugins utilizing the Flash
   player. The formats are MP3 and Flash video, FLV respectively. For the latter
   you must convert to FLV using Sorenson Sqeeze or some other tool. The advantage
   is that you can play in streaming mode. It plays nearly immediately without using
   a streaming media server.
 * [http://roel.meurders.nl/wordpress-plugins/](http://roel.meurders.nl/wordpress-plugins/)
 *  [mickej](https://wordpress.org/support/users/mickej/)
 * (@mickej)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/embedding-video/#post-263203)
 * Mine autoplays both with autoplay=”false” and autoplay=”true”.
 * Any solution not to?
 * Also: The code i use works in firefox but not ni IE:
 * <embed SRC=”[http://clip.break.com/dnet/media/content/skatmanrace.wmv&#8221](http://clip.break.com/dnet/media/content/skatmanrace.wmv&#8221);
   WIDTH=”400″ HEIGHT=”320″ AUTOPLAY=”true” ></embed><br>[As seen on Break.com](http://www.break.com?e=1)
 *  [mickej](https://wordpress.org/support/users/mickej/)
 * (@mickej)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/embedding-video/#post-263204)
 * Ok, using 1 and 0 instead of true and false works in booth browsers.
 * To get the video playing in IE you need to have an object right?
 * Another thing is that the code i use to embed the videos made the page look like
   shit in FF, but not in IE. A div with a br above it solved it.
 * The code i use:
 * <br>
    <div> <object classid=”CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95″ width
   =”320″ height=”256″ codebase=”[http://www.microsoft.com/”&gt](http://www.microsoft.com/”&gt);
   <param name=”autostart” value=”0″></param> <param name=”autoplay” value=”0″></
   param>
 * <param name=”clicktoplay” value=”1″></param>
    <param name=”controller” value=”
   1″></param> <param name=”pluginspage” value=”[http://www.microsoft.com/”></param&gt](http://www.microsoft.com/”></param&gt);
   <param name=”target” value=”myself”></param> <param name=”type” value=”application/
   x-oleobject”></param> <param name=”src” value=”[http://media1.break.com/dnet/media/content/skatmanrace.wmv”></param&gt](http://media1.break.com/dnet/media/content/skatmanrace.wmv”></param&gt);
   <embed src=”[http://media1.break.com/dnet/media/content/skatmanrace.wmv&#8221](http://media1.break.com/dnet/media/content/skatmanrace.wmv&#8221);
   width=”320″ height=”256″ autostart=”0″ autoplay=”0″ controller=”1″ border=”0″
   pluginspage=”[http://www.microsoft.com/&#8221](http://www.microsoft.com/&#8221);
   target=”myself”></embed> </object> </div>
 * seem to work in both IE and FF…
 * Anything that is bad/wrong with this solution?
 *  [korosec1](https://wordpress.org/support/users/korosec1/)
 * (@korosec1)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/embedding-video/#post-263205)
 * Try AUTOSTART=false if you don’t want it to start right away.
    Check out this
   link: [http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html](http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html)
   it is actually very simple to make your own code, just make sure your SRC is 
   correct.
 *  [jasonlathrop](https://wordpress.org/support/users/jasonlathrop/)
 * (@jasonlathrop)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/embedding-video/#post-263214)
 * Has anyone come up with a plug-in or code that will allow you to embed your own
   video, served from your own site, which will work in Firefox, IE, Safari, and
   Netscape?
 * Would love to see this implemented to learn from it, and hear how you did it.
 *  [YellowSwordfish](https://wordpress.org/support/users/yellowswordfish/)
 * (@yellowswordfish)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/embedding-video/#post-263215)
 * I’be been looking at the videopop plugin and it looks pretty good… Does the insert
   into the post for you as well.
 * [http://www.lynk.de/wordpress/videopop/](http://www.lynk.de/wordpress/videopop/)

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Embedding Video’ is closed to new replies.

## Tags

 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [embed](https://wordpress.org/support/topic-tag/embed/)
 * [video](https://wordpress.org/support/topic-tag/video/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 8 participants
 * Last reply from: [YellowSwordfish](https://wordpress.org/support/users/yellowswordfish/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/embedding-video/#post-263215)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
