Embed a video?

i have a windows media file I want to embed onto one of my
site pages...I cant seem to get this to work right...any tips? I
have Dreamweaver MX thanks!

Have you searched the forums yet? This issue was answered in
another post.

Similar Messages

  • How to embed a Video stored in KM repository on html page

    Hi All,
    I have a requirement to embed a video stored in KM repository on html page.
    My html page and related file referred in html code below (highlighted) are stored at following path in KM “root>documents>test” with the same name as mentioned in code.
    Code which I got from net for embedding an .flv file on html is mentioned below but how should I modify it to take files stored in KM.
    <html>
    <head>
    <title>Flash Test</title>
    </head>
    <body>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="Jacksonville" name="movie" width="425" height="305" align="center" id="movie">
                               <param name="allowScriptAccess" value="sameDomain" >
                               <param name="movie" value="<b>player.swf</b>?file=<b>Radvan_001MEDWHI.flv</b>" >
                               <param name="menu" value="false" >
                               <param name="quality" value="high" >
                               <param name="scale" value="noborder" >
                               <param name="salign" value="lt" >
                               <param name="wmode" value="transparent" >
                               <param name="bgcolor" value="#000000" >
                               <embed src="<b>player.swf</b>" menu="false" quality="high" scale="noborder" salign="lt" wmode="transparent" bgcolor="#000000" width="425" height="305" swliveconnect=true id="movie" name="movie" align="left" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="<b>install_flash_player_active_x.msi</b>" >
                             </object>
    </body>
    </html>
    Please guide me for the same.
    Regards,
    Madhvika

    Hi,
    I have stored all the files referred in code ( player.swf, install_flash_player_active_x.msi and Radvan_001MEDWHI.flv ) at root>documents >test folder in KM repository
    <u><i>Julian</i></u>
    My requirement is to know, what path i should give for the files highlighted with bold in my code as they are stored in KM .
    <i><u>
    Praveen</u></i>
    Can you please tell me how should I modify these lines in code (name of video file is Radvan_001MEDWHI.flv)
    <param name="movie" value="player.swf?file=Radvan_001MEDWHI.flv" >
    embed src="player.swf"
    pluginspage="install_flash_player_active_x.msi" >
    Regards,
    Madhvika

  • Embed WMV video in PDF on Mac platform?

    Acrobat 8's Help documentation states that the video formats one can embed in a PDF depends on the operating system and the video formats its player supports.
    I have plugins installed which allow my Mac's Quicktime Pro player to play and encode WMV files. However, if I try to embed a WMV file in a PDF, the file format is not recognized/allowed. Instead, I have to open the PDF in Windows and embed the video there.
    One would think that the ability to play--or not play-- the video is irrelevant. At least you should be able to place it.
    Any thoughts?

    You're far better upgrading to Acrobat 9 Pro and Reader 9, and using the built-in support for Flash video. Trying to support embedded video cross-platform before was always somewhat problematic because it depended on other technologies like QuickTime which essentially Adobe had no control over.

  • Can someone please give me a step-by-step guide on how to embed a video in my Indesign document?

    Can someone please give me a step-by-step guide on how to embed a video in my Indesign document? I've got CS4 and I've tried to follow Adobe's instructions. Even Creative Suite 4 for Dummies. But I can't get it to work. And yes, I understand the video will only play when exported as a pdf -- not in the indesign document. Help! Donna

    Please repost in the InDesign forum along with full details including what the problem is.
    Telling us it doesn’t work is meaningless.
    Bob

  • How to embed a video from my desktop in Muse

    I would like to embed a video from my desktop into Adobe Muse. Can anyone help?
    Is there a certiain type of video that Muse only uses?

    Check this W3Schools page as a reference for working with HTML5 <video> tags.
    http://www.w3schools.com/html/html5_video.asp
    Use this code:
    <video width="320" height="240" controls="controls">
       <source src="video.mp4" type="video/mp4">
       <source src="video.ogg" type="video/ogg">
    </video>
    Just make sure that you put the video files in the same folder!
    Hope this helps,
    Julia

  • Embed an video into an image

    Let start with the simple stuff.
    Operating system is Windows XP
    Photoshop version is CS4 V11
    I have been racking my brains trying to figure out how to embed a video file into an image in Photoshop.
    GOAL: i have a Jpeg of a TV screen frame. I want to take a YouTube video that i downloaded and place it into this TV screen frame.
    After this i want to be able to save it in some way (i suppose save for web devices as a GIF) and then place that picture of a TV screen with a running video into a banner i am creating (like a website signature banner with a running video on the side of it).
    All the tutorial videos i have found are from older versions of PS where bridge and ImageReady were all a part of the main program. CS4 is not like that so i cannot figure out how to even get the movies from bridge, or into Photoshop at all since they are two separate programs and i have not found a way to either open it with PS or move it to PS from Bridge.
    I have it currently saved in both .mov and .avi file formats as i was not sure which would work (but the tutorial used .mov)
    any help would be greatly appreciated.

    It was simply an example.
    1. I can capture the video myself with a capture card of me playing the game if that makes you feel better about it.
    2. And when i said GIF i was refering to an animated GIF.
    3. It is my website so i am pretty sure no one will mind if the file is larger than a normal website signature. We have plenty of bandwidth.

  • How to embed HTML5 video player in web page

    I have developed a video player using html, javascript and jquery. depending upon the browser type and mobile/non-mobile device, it creats the html5 video tags or redirect to a fall back flash player). I am using Adobe media server
    this player works well on all the browsers.
    videoplayer.html
    <!DOCTYPE html>
        <html>
           <head>
    </head>
    <body>
    <video controls="controls" poster="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360">
              <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" type="video/mp4" />
              <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" type="video/webm" />
              <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv" type="video/ogg" />
                        <object type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" width="640" height="360">
                        <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
                        <param name="allowFullScreen" value="true" />
                        <param name="wmode" value="transparent" />
                        <param name="flashVars" value="config={'playlist':['http%3A%2F%2Fsandbox.thewikies.com%2Fvfe-generator%2Fimages%2 Fbig-buck-bunny_poster.jpg',{'url':'http%3A%2F%2Fclips.vorwaerts-gmbh.de%2Fbig_buck_bunny. mp4','autoPlay':false}]}" />
                        <img alt="Big Buck Bunny" src="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360" title="No video playback capabilities, please download the video below" />
              </object>
                        </video>
    </body>
        </html>
    ============================================
    If I embed this video player in any of the aspx page using <EMBED></EMBED>, the redirection to flash player does not happen.(it works fine on chrome and safari but not on IE and firefox)
    <EMBED height=360 width=250 src="http://localhost/videoplayer.html"></Embed>

    I used <object> to make it work in IE and Firefox
    <object type="text/html" data="http://64.165.34.7:8134/videoplayer.html?size=1&playlist=2" style="width:460px; height:260px"></object>

  • How can I embed a video with absolute path into a PDF

    I'm having some difficulties in embedding a video into a pdf; I followed the instructions to embed it properly, but the path points to my personal computer , so that the video will be available only on the computer I used to embed the document.
    Any suggestion? Can I modify the path directly? The PDF is supposed to be linked to another interactive PDF and to work both online and offline.
    Thanks!

    Thanks for the reply. I tested the file on other computers, though, and it doesn't open the video on any computer but mine (mine: the one I used to embed the video).
    Am I doing something wrong? I'm using Acrobat X and the procedure I'm following is: Multimedia/Add Video/Choose file
    I searched for manuals online and I saw that some of them were checking the box "embed file", but I don't have that choice..
    Maybe I'm supposed to use another version of acrobat?

  • Embed a video in Muse?

    Can I embed a video in Muse, and I can upload to ftp to the Internet?

    Hello Mogens, The answer to the first part of your question is yes you can embed a video in a muse site. The code you isert as html which comes under the Object heading in the Menu. The video file or files must go in the Assets folder, File/ add files for upload. In your code you have to have your source as Assets. I have not got the hang of this forum business yet but will send my code under here in another answer. Mine was html 5 with no sound just a little animation but the code may be helpful to you. I am completely new to this game this is my first site but I have found Muse very good and the staff guys here a very helpful. I have not got as far as uploading to my server yet so I am afraid you will have to wait for someone else to answer that one. Hope this is helpful to you.

  • Is it possible to embed VIMEO videos in HD QUALITY?

    Is it possible to embed VIMEO videos in HD QUALITY?
    I'm trying to embed in Adobe Muse a few videos taken from my Vimeo account.  but the quality in Muse seems poor, compared to the original Vimeo quality, which is HD.
    if I click on "HD", in Muse, it says "sorry HD not available here".
    anyone can help?
    thanks

    well, problem solved, got vimeo plus (50$ per year) HD ok in embedded videos.

  • Is it possible to embed Youtube videos in to InDesign?

    Hello everyone,
    im working with a interactive pdf and i need to put in a couple of video's.
    Is it possible to embed Youtube video's into InDesign?
    I know that this question has been asked before, but a answer on it i couldn't find.
    Sorry for my bad english , but after a couple of hours of looking on the internet and experimenting it still doesn't work.
    Thanks,
    Robin

    Here's an interactive PDF with a Flash player I built awhile back embedded
    http://www.zenodesign.com/forum/zenoyoutube.pdf
    This won't work inside of a browser, but if you download the pdf and open it in Reader 9 it should work. You'll have to click the Flash icon and Allow dialogs first then enter a YouTube URL in the field in the lower right corner and click play. Most YouTube URLs from your browser address field should work, i.e. this format:
    http://www.youtube.com/watch?v=c1oMtwmTaNQ

  • Help a newbie embed a video

    Hey I'm doing a college project and we've not been taught all that much about using Flash yet and I won't be in college for another week. I want to embed some videos into a project I'm making using Flash 8 but it needs the videos hosted on a web server? I don't have access to that easily so I was trying to figure out a way to get around it, I tried to embed the video into the timeline and all it came back with was a black screen. Is there a way to have videos embedded without them hosted on a web server? Anything will do as long as the videos are there. Thanks.

    Okay tried that and still didn't work. I had the option to embed it into the timeline checked, as well as 'Place instance on stage' 'Embed the entire video' and 'Expand timeline if needed' and it said at the bottom "The codec in the file you are importing does not support editing" Tried it and tested and it's a black screen I try to play, skip forward a frame and nothing happens at all.

  • Embed flash video on website...

    About a month ago, I asked for a code to embed a flash video
    on my website, but now I am stuck. I was told to convert the videos
    to .FLV, which is fine. I can do that, BUT in the coding, I am
    confused because the 'file name' in the code ends with .swf. I am
    SO lost because if the video is converted to .flv how would it work
    if the name in the code ended with .swf? I am VERY new at flash,
    and beyond converting the videos to .flv, I'm lost.
    Also, if I can figure this out, would I need to add any other
    details to make sure the code works in both IE and firefox?
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
    b#version=6,0,29,0" width="400" height="400" >
    <param name="movie" value="videoplayer.swf">
    <param name="quality" value="high" >
    <param name="LOOP" value="false">
    <embed src="videoplayer.swf" width="400" height="400"
    loop="false"
    quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></ embed >
    </ object >
    Thank you!!!

    You will need to use the following <object> code for IE
    and <embed> code for
    Mozilla browsers. Replace "your_video_file.swf" with your
    actual file name
    in both places.
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
    b#version=6,0,29,0" width="400" height="400" >
    <param name="movie" value="your_video_file.swf">
    <param name="quality" value="high" >
    <param name="LOOP" value="false">
    <embed src="your_video_file.swf" width="400" height="400"
    loop="false"
    quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></ embed >
    </ object >
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Miss_Angela" <[email protected]> wrote in
    message
    news:ffnl8c$i7d$[email protected]..
    > In looking at the response I got a month ago, a "Nancy
    O" replied and also
    said
    > this:
    > "To embed Flash Video in your web page, you'll link to
    an SWF
    > file which contains the player info and skin."
    >
    > I am not sure how to do that all or what it means.
    Thanks
    >

  • Embed vimeo videos in flash site

    hello i have bought a flash site template.
    I have been updating the site by way of  .xml in dreamweaver.
    is there a way i can embed vimeo videos through the .xml file?
    thanks,
    Ryan

    Hi
    thanks for your reply. I am not sure really how should I
    classify the videos I am taking about but let me try to explain...
    You might have seen NIKE websites about football and
    merchandise etc. On those website you will find a footballer
    playing with foot ball or if you have seen a site of an energy
    drink where there are few dancers, you need to answer few questions
    to get to the dance movie of a dancer.
    What I want to do is that I want to design a 3D environment
    for my flash website where I want to show some people working in
    office in a section of the site. For that I will make a video with
    my digital camera and will use it in the site. Similarly I want to
    show my own videos merged with the website design. So it sounds
    like I am acting within the wesite design environment.
    I hope I am clear enough now..

  • How to stop sound playing at a embed FLV video

    Hello,
    I would not a piece of code, which will stop the sound
    playing in a embed
    flv video. Following situation:
    I have a "main.swf" file which loads two swf as following:
    loadMovie ("Teenies.swf", _root.contenedor);
    loadMovie ("CananIntro.swf", _root.mc_video);
    The "CananIntro.swf" includes (embed) the flv video "canan
    PART1.flv".
    I would need the action sript code to make the sound at
    "canan PART1.flv" ON
    or OFF.
    Thank you for any hint.
    Walter

    Another way to do this is to create a boolean right off the start. Lets say var createMusicTrack:Boolean and set it to true
    Then load your music and start playing it and at the end of that load code add a line that sets the boolean to false so that when you come back to frame 1 the boolean will be false and the code will not load and play, but this could be problematic too. Djnr suggestion is better for your purposes.

  • Embed iChat -- VIDEO

    Need to know any ideas to embed iChat Video within web page. Want to have a button press and then launch iChat within a web page (which is below), but need the Video embedded as well. (java is cool if needed)..
    In the following link: (http://discussions.apple.com/thread.jspa?messageID=4694750&#4694750) it discusses the URL launch but not the video embed part. Now I have found the URL launch I need to find out how to embed the video - Just the video..
    Any ideas??
    Thanks, J|Spoon

    Ok.
    It is possible to do the things in the other thread and display the Online Status.
    Separately it is possible to display the Video feed from the camera
    See Mebeam http://www.mebeam.com/ which uses Flash
    See also Webcam apps and Nanny cam apps here http://www.ralphjohnsuk.dsl.pipex.com/EZJim/EZJimpage7.html
    It is also possible in embed a text Chat (or Chatroom link)
    http://www.ralphjohnsuk.dsl.pipex.com/page5.html#_webtoichat
    The other thread combines displaying status with an HTML code to start a Text Chat.
    I am not sure it is possible to get the video after iChat has used it to go to Evocam or Webcam Tweaker.
    9:44 PM Saturday; December 1, 2007

Maybe you are looking for

  • HP all-in-one printer app

    Trying to get my NEW windows 8 laptop connected to my MFP M276 color printer... I get to http://apps.microsoft.com/windows/en-gb/app/hp-all-in-one-printer-remote/94883cdd-504d-4e94-871c-c70... this eventually asks me to create a Microsoft account. I

  • How can I prevent Firefox from ever automatically updating without my say so. It just did, and DESTROYED all bookmarks. I'm BUMMED about that

    There were NO .json files saved anywhere in the 'puter. I need to be reliably OPTED OUT of automatic updating unless the auto destruction forces warn me aforehand to backup my cookies, bookmarks, email and etc. When I now click on Help, I get an auto

  • Using XPath expressions

    Hi, Currently, the support for queries in the standalone version of XmlBeans is somewhat limited. However, is there a sensible way to query the XML directly and then map the results back to XmlObjects? Presumably this is what happens at some level an

  • Excel file not created while running application using executable on different PC

    Hi, I have created an executable and an installer for an application. In this application I am saving data to an excel file using a template. This works fine when I run using the executable on development PC. However when I deploy this application on

  • ISA Shop hidden field value lost

    Hi, I have a problem with the Internetshop. I need to change a value in a field like <input type="hidden" name="savefield" value="">. I change the value withe a onclick javascript event. I use a alert message to show me that the value changed. The fu