Results 1 to 4 of 4

Thread: How to embed .wmv file in WordPress

  1. #1
    Join Date
    Jan 2009
    Posts
    62

    How to embed .wmv file in WordPress

    hi
    i need to embed video on my WordPress blog that is of 870mb video but i am unable to do that due to limit of video uploading .the max upload size is restricted through WordPress. So, used FTP but i am looking for way to embed that video file with URL . can any one help ?
    thank you

  2. #2
    Join Date
    Jan 2009
    Posts
    76

    Re: How to embed .wmv file in WordPress

    try this

    1. <object type="video/x-ms-wmv" data="/media/video.wmv" width="320" height="260">
    2. <param name="src" value="/media/video.wmv" />
    3. <param name="autostart" value="0" />
    4. <param name="controller" value="1" />
    5. </object>
    This works better on Firefox 2.0 and IE7 on Vista, and IE6 and Safari so anyone know who looking for simple way of embedding a WMV video clip can use it.

  3. #3
    Join Date
    Aug 2007
    Posts
    1,098

    Re: How to embed .wmv file in WordPress

    While searching on net i found this that directly allow you to play files

    <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="480" height="360" codebase="http://www.microsoft.com/Windows/MediaPlayer/">
    <param name="Filename" value="http://walkernewsdownload.googlepages.com/HP-iPaq-614.wmv">
    <param name="AutoStart" value="true">
    <param name="ShowControls" value="true">
    <param name="BufferingTime" value="2">
    <param name="ShowStatusBar" value="true">
    <param name="AutoSize" value="true">
    <param name="InvokeURLs" value="false">
    <embed src="http://walkernewsdownload.googlepages.com/HP-iPaq-614.wmv" type="application/x-mplayer2" autostart="1" enabled="1" showstatusbar="1" showdisplay="1" showcontrols="1" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" width="480" height="360"></embed>
    </object>
    walkernews.net

  4. #4
    Join Date
    May 2008
    Posts
    2,792

    Re: How to embed .wmv file in WordPress

    Why yo want to wast your bandwidth, when you can get easily use any other free server like you tube.It is like using bandwidth quota read this http://en.wikipedia.org/wiki/Inline_linking this is very simply and effective and you can save space on your server

Similar Threads

  1. plugin to import the donnee from csv file to wordpress database
    By manjava in forum Technology & Internet
    Replies: 2
    Last Post: 09-06-2010, 04:30 AM
  2. How to embed mpeg file in html
    By ADJATAY in forum Software Development
    Replies: 5
    Last Post: 29-11-2009, 01:40 AM
  3. Embed php file to vbulletin template
    By margret in forum Software Development
    Replies: 3
    Last Post: 14-09-2009, 07:51 AM
  4. embed movies in powerpoint file
    By Sacchidananda in forum Windows Software
    Replies: 3
    Last Post: 30-06-2009, 11:11 AM
  5. embed an excel file on a Outlook form
    By IMproper in forum Windows Software
    Replies: 3
    Last Post: 16-06-2009, 01:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,286,247.34062 seconds with 17 queries