Video in announcement body

Is it possible to add a video to the announcement body,
NB:This video is not stored locally on my pc I want to upload it to my sharepoint list first.

I am assuming that you want to add a video in Display Form of your Announcement list. Open the Announcement list in SharePoint Designer and edit the Display Form. Now add a Content Editor Web Part in your dispform.aspx page.
You can always add a web part to a SharePoint List Form.

Similar Messages

  • Embed HTML code in announcements body

    Every time i try to insert html code in the body of my announcement, I get the warning the html may have been modified and I get my code remove, any idea on how to fix this ?

    Hello,
    I think this is default behavior. If you try to add link/path/url then SP by default change them and make them short.
    Read this link for more info:
    http://sharepoint.stackexchange.com/questions/5186/the-html-source-you-entered-might-have-been-modified
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Daily Digital Video School Announcements- Question!

    Okay. At the moment, out media class is producing our daily announcements via video mixer and vcr. Until recently we've discovered that we have the equipment to broadcast the announcements digitally from a computer. So the question is, what do we need to use to connect our video to our computer? We would still like to use the mixer. It has a DV output. It is the MX-Pro DV 4. However, we would like to send the video/audio to the computer from the cable that is currently running to the VCR. So what do we need to convert a regular cable to the computer?

    Sorry. We want to simoultaneously send it to the vcr and the computer. We tried using the DV connection on the mixer but it didn't work with iMovie. We contacted the mixer company and they said it is only configured to work with some random version of Final Cut Pro and we don't have it nor are we getting it. We have the splitters for the cable and the cables, we just don't know how to connect the cable to the computer. What we are really looking for is almost recommendations for products. I guess. Anything. Anything Apple carries?

  • Imbed a youtube video in mail body

    Does anyone know if one can embed a youtube video in mail? Not a html link, the actual video.
    If so, how is it accomplished.
    Thanks in advance.
    20" Intel iMac Mac OS X (10.4.8)
    Mac OS X (10.3.7)
      Mac OS X (10.3.7)  

    Hi James--
    I have done this but there were a few steps and the movie was only 30 secs or so. Anyway, I went to this site:
    http://vixy.net/flv_converter
    using the youtube URL that the movie was from, and converted it into a MOV quicktime movie. The one I converted ended up being about 1.5 MB and mailed fine and embeds in mail. (the movie shows in mail when I attach it, I can see it in the message, if that's what you mean)
    Anyway, that is what I did, if you have any questions, don't hesitate.
    By the way, that second movie was great

  • Flash Video doesn't work when burned to CD?

    I'm using Flash 8.0 pro. I've exported a video as swf and
    html and it plays fine from my desktop but the video doesn't load
    when burned to a cd-r. If I click on the swf file I get nothing.
    I've included the source of the html page.
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>video</title>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    width="550" height="400" id="cat_video" align="middle"><param
    name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="video.swf" /><param
    name="quality" value="high" /><param name="bgcolor"
    value="#ffffff" /><embed src="video.swf" quality="high"
    bgcolor="#ffffff" width="550" height="400" name="cat_video"
    align="middle" allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </body>
    </html>

    And you are sure that BOTH the HTML and SWF file are on the
    CD?
    I took your source and a dummy SWF (which I named
    "video.swf"), put them on a CD and it works fine for me.
    When you double-click on the HTML file on the CD, what does
    the URL bar say specifically?
    If you "hover" your mouse over where you think Flash should
    be, do you see anything, like a tooltip saying "Click to activate
    and use this control"?

  • How do I get a video to view in Internet Explorer?

    I cannot get Internet Explorer to display the video in the page below.
    The page works fine in Safari, Firefox, Opera, and Crome and even on my iPad2 (although the latter does freeze the vid).
    As you can see I have tried converting the clients original Mpeg-4 into different formats for the browsers but I seem to be
    batting my head against the wall with IE. Don't I just love Microsoft?
    Here is the URL: http://www.cityhealing.com/html-site/treatments/ac/acupVideo.html
    Any help will be appreciated
    Thank you, Tony D
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>City Healing Aucupuncture Video</title>
    <style type="text/css">
    body {
        background-color: #000;
    </style>
    </head>
    <body>
    <div align="center"><img src="../ailments/images/ailments_r1_c1.jpg" width="640" height="62" alt="chHeadGreen" /></div>
    <div align="center"><video controls preload="auto" width="640" height="480">
    <source src="images/acupunctureVideo.3gp" type="video/3gp"/>
    <source src="images/acupuncture.mpg" type="video/mpg" />
    <source src="images/acupunctureVideo.ogg" type="video/ogg"/>
    <source src="images/acupunctureVideo.mp4" type="video/mp4" />
    <source src="images/acupunctureVideo.mpg" type="video/mpg"/>
    <source src="images/acupunctureVideo(2).mpg" type="video/mpg" />
    <source src="images/acupunctureVideo.vob" type="video/vob"/>
    <source src="images/acupunctureVideo(1).avi" type="video/avi"/>
    <source src="images/acupunctureVideo.flv" type="video/flv" />
    </div>
    </body>
    </html>

    Hi Jon Fritz ii
    Thank you for your reply.
    Well, ie9beta is what it says on the tin - just came with Windows 7. As I never use ie for my browsing so I have never bothered with it, until now, when, like all Microsoft stuff it starts off pear shaped and just keeps getting worse ! ..  :-)
    The prime site I have designed in FlashMX is
    http://www.cityhealing.com.
    Under that is the html site:
    http://www.cityhealing.com/html-site/home/homePage.htm
    The link for the video clip pages are not live to the public but they are:
    http://www.cityhealing.com/html-site/treatments/ac/acupVideo2.htm
    and
    http://www.cityhealing.com/html-site/information/testimonials/testimonialVideo1.htm
    here is the code for the acup2.htm video: amened as per your suggestion.
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>City Healing Aucupuncture Video</title>
    <style type="text/css">
    body {
        background-color: #000;
    </style>
    <link href="../../cHealing.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div align="center"><img src="../ailments/images/ailments_r1_c1.jpg" width="640" height="62" alt="chHeadGreen" /></div>
    <div align="center"><video controls preload="auto" width="640" height="480">
    <source src="images/acupunctures.webmsd.webm" type="video/webm" />
    <source src="images/acupunctureVideo.ogg" type="video/ogg" />
    <source src="images/acupunctureVideo.mp4" type="video/mp4" />
    <source src="images/acupuncture.webmhd.webm" type="video/webm" />
    </video></div>
    </body>
    </html>
    Oh, btw, the video frame appears for one second in IE then replaced by the little red cross!
    Thanks, Tony D

  • Help with video tag! :((

    Hello people!
    I'm trying to make an accessible video player in html5, specially for blind people.
    here's the full code:
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <meta content="width=620" name="viewport">
    <title>Acessible HTML5 Video</title>
    </head>
    <body>
    <section id="wrapper">
    <article>
    <video id="video1" controls="controls">
    <source type="video/mp4" src="teste.mp4" />
    </video>
    <p id="controls">
    <button onclick="playPause()">Play/Pause</button>
    <button onclicl="forward5s()"> Avancar 5s </button>
    <button onclicl="startAgain()"> Reiniciar </button>
    </p>
    <script type="text/javascript">
    var myVideo=document.getElementById("video1");
    function playPause()
    if (myVideo.paused)
    myVideo.play();
    else
    myVideo.pause();
    function forward5s()
    var sec = myVideo.currentTime();
            sec = sec + 5;
            myVideo.seekTo(sec);
    function startAgain()
    myVideo.seekTo(0);
    </script>
    </article>
    </section>
    </body>
    </html>
    There are 3 buttons (Play/Pause, Forward 5s and Start Again) but only the Play/Pause button is working good...
    What i'm doing wrong?
    Please, any help will be appreciated
    Thanks!

    <button onclick="playPause()">Play/Pause</button>
    <button onclicl="forward5s()"> Avancar 5s </button>
    <button onclicl="startAgain()"> Reiniciar </button>
    you should change your coding in
    <button  onclick="forward5s()"> Avancar 5s </button>>

  • 2.0 - Can you play Music Videos in a playlist one after another

    I'm at work and unable to test. Does the "new" Take2 finally allow users to create their own MTV?

    I'm equally disappointed/frustrated. We bought three of these to play easily-updatable video presentations, announcement clips and short films for my church. But it simply won't work for that purpose. Apple TV plays one video, then back to the menu. There's still no way to play any sort of multiple videos in succession, and that just seems ridiculous to me!
    There are actually people who take the time to reply to (the many) threads like this one with, "Well, Apple didn't advertise it with that functionality". Wow - that's true, I guess, but when something's a no-brainer, it's a... oh, never mind.
    The kiosk market, music video playback, successive short films or home videos shown for parties. Apple has really missed the mark on this. It's a real shame for an otherwise great product.
    I guess onto eBay go three Apple TVs.

  • Playing video on a html with jquery

    Hi
    I have a php/sql database that has thumb nails and videos in swf format and flv. On my html page I have an swf player. I have echoed
    the thumbnails and have the url of the videos. How can I get the video url playing on the player after a person clicks the thumbnail with
    out xml. Just by passing the url to the player. Kind of how youtube works thanks.
    I have hand some sucess with xml passing but this can`t  work in this aspect. So I have been investigating jquery and other alternatives.
    Hope you can help.
    Thanks.

    Hi
    Thanks again for the help. I am almost there. Just made a first try on my server but without any luck.
    Below is the html and the actionscript is the same as you posted. When I click play button in the code
    the Videos/teleme.flv is supposed to be then passed and played. Nothing happens. I think I messed up the jquery part any help
    will be appreciated.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <script type="text/javascript" src="jquery/jquery-1.4.2.min.js"></script>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function() {
    function thisMovie(movieName) {
             if (navigator.appName.indexOf("Microsoft") != -1) {
                 return window[movieName];
             } else {
                 return document[movieName];
         function sendToActionScript(flv) {
             thisMovie("JQplay").sendToActionScript(flv);
    </script>
    <title>Untitled Document</title>
    </head>
    <body>
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400">
      <param name="movie" value="JQUERYPLAY/JQplay.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="6.0.65.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="JQUERYPLAY/JQplay.swf" width="550" height="400">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    <br/>
    <input type="button" value="play" onClick="sendToActionScript('Videos/teleme.flv');" />
    </body>
    </html>
    Videos.teleme.flv is inside the JQUERYPLAY Folder when the swf is also contained. JQplay.php is in the main folder of the site.
    thanks.

  • How do i subtract a still image from a video I have recorded

    say I have a video and at one part of the video I pause it and would like to take the frame that is up on the screen and make it into a still image> how would I do that?

    Your headline seems to indicate that you're trying to remove a still from a video -- while the body of your post seems to indicate that you're trying to make one!
    I think what you want to do is create a Freeze Frame. If that is so, click on the little camera icon on the bottom right of the Monitor panel and select the option to insert it into your movie project.

  • Database With Video

    How Can I Make Database To Video And Emage?
    My Project Is Takeing pictures And Video of the body scan To The patients
    And Make Record To Evry patient In My Database
    Plzzzz Help Me To Do That
    1- How Can I Take This pictures And Video From The body scan Machine With A live broadcast
    2- And Save It In my Database To This Patient In His Record.
    Note
    The Output Of The body scan Machine Is S Video.
    Thinks For All

    Thanks supereno,
    i now can play audio/video files through ms-access, But their control seems some how tough( that's to stop the song after had started playing is much harder while the moview so far seem ok.). This gives less control to us. am thinking the files are called by links which by the time being am not exactly sure.
    I have inserted the OLE objects(files) through normal insert function of ms access.
    am still working on , but am not sure if this will linked to midlets, via odbc and tomcat. Du think can be better way of implementation than this?, I dont oracle in my pc, and i dont have knowledge of it
    Thanks again, thanks

  • Once-playable videos suddenly "not supported"

    A 30G video iPod that had been playing videos downloaded from iTunes (Disney shorts and TV shows) as well as home videos, suddenly announced that all these videos are "not supported". iTunes will no longer update the iPod with these videos and shows the iPod video menu as blank.
    In looking through the forum, other people are having this problem as well. Some responses have suggested re-formatting the videos. I would prefer not to re-format dozens of videos. Also, what is to say this will not happen again?
    Does anyone know why this has happened in the first place, and if there is a way to get the iPod to recognize the videos as it once did?
    I already tried a Restore--no change.
    Thanks!

    ksaa wrote:
    .... So is it my iPhone or is it my charger?
    The only way to find out would be trying another Apple USB cable. If you can, visit an Authorized Apple Service Provider or Apple Store next to your place and let them have a look at the phone.
    Also see About iPhone, iPad, and iPod accessories and Troubleshooting iPhone, iPad, and iPod touch accessories
    for more troubleshooting information.

  • How to access streaming vedio from server using RMI

    Hello please provide me the solution
    i have one vedio file in remote system and i want to import it to my local system using RMI after that i have to control it like vedio player.This entire application should be developed in struts.
    please give me a basic idea how to approch and wht r the files i need to import and is there any classes available to control the remote streaming vedio.

    If you are using Struts then you are in a web environment. So there is no RMI for the client (browser), it is just HTTP.
    About streaming video take a look at JMF (Java Media Framework). And if you are over HTTP you can use something like this to embed your video streaming:
    <html>
    <body>
    <object width="320" height="63"
    classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
    ccclassid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
    standby="Cargando los componentes del Reproductor de Windows Media de Microsoft..."
    type="application/x-oleobject">
                <param name="filename" value="http://192.168.1.31:1025/01_Alegria.mp3">
                <param name="url" value="http://200.32.112.67/Estacion_del_Sol">
                <param name="AutoStart" value="true">
                <param name="volume" value="100">
                <param name="uiMode" value="mini">
                <embed type="application/x-mplayer2"
            pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
            width=218
            height=129> </embed>
            </object>
                <param name="url" value="http://200.59.146.10/rockandpop-ba">
    </body>
    </html>Hope it helps

  • How to make single port fowarding  for camera by using airport extreme  ???

    hi
    I have airport extreme model no A1143 (apple)
    when I was using linksys ,I have camera
    I reserve IP local for camera and then by aplication single port foward I put IP local for camera so I would get for the picture or video
    Is any body can help by using apple airport extreme model no A1143
    where should I put the IP local for the camera ?which application
    thanks
    Message was edited by: charlie368

    charlie368, Welcome to the discussion area!
    Using AirPort Utility you can configure the AirPort Extreme base station (AEBS) to forward the port(s) to the camera. However the camera will need to be assigned a local IP address. The default local IP addresses are in the 10.0.1.x range.
    To get to the camera from the internet, you would use the IP address provided by your ISP. This is the one used by the WAN side of the AEBS.

  • Calling FLV's in xml data list

    Hi All, Total n00b here. I have been building for the first time using spry and this is what i'm trying to do.
    Have a thumbnail with description, plus some body text and then the flv video that goes with the story.
    I have had success with the html data list but I would like to be able to do this with xml so I can update the xml on the fly.
    Can anyone tell me if you can call flv's with an xml spry list and if you can any help on how would be just fantastic
    Cheers all
    Laz

    Not sure if this is what you are trying to do, but I would suggest having an XML file with the name the FLV and then you read the XMLDataset and display it in an html data region.
    Then a javascript onClick method should forward the name of the file to your FLV player. Something like this <a href="" onClick="loadVideo('{filename}')" /> Video 1</a>
    So your HTML should have:
    <html>
    <script>Spry stuff</script>
    <script>FLV player embed</script>
    <body>
        <div> Video Player</div>
         <div>
         Video 1
         Video 2
         </div>
    </body>
    </html>
    And your XML should be:
    <playlist>
         <item>
              <filename>path to FLV video</filename>
         </item>
    </plsylist>
    You can look at the Spry XML Dataset examples to load the dataset.
    Hope this helps

Maybe you are looking for