Inserting Video in Pages

Hi
Could anyone tell me how to insert movies/ videos into a Pages document?  I don't need to export it as a PDF or anything - thanks!

Problem #1:
Missing document type caused by Photoshop generated code.  This sends page into Quirks Mode which confuses browsers and causes unpredictable display results.
Problem #2:
Rigid Table layout caused by Photoshop generated code.  As soon as you try to add real content to the table cells, the layout blows apart.
Problem #3:
Deprecated (obsolete) code caused by Photoshop generated code.  This throws errors which can produce even more unpredictable results.
Are you starting to see a pattern here?  For best results, use Photoshop for images only.  Use DW to create your HTML and CSS layout.  
This 3-part tutorial describes the procedure from Design Comp to CSS Layout in Dreamweaver.
Part 1 - Initial Design
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
Part 2 - Markup preparation
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
Part 3 - Layout and CSS
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
Nancy O.

Similar Messages

  • Problem inserting video into a page

    Hi, I have a page created using a custom page layout that I created.  
    I tried using the Video page field but when I configure the video, with youtube url it doesn't work.  here is the url I used, 
    https://www.youtube.com/watch?v=v6yvW66-ThI&feature=player_embedded and https://www.youtube.com/watch?v=v6yvW66-ThI both won't work  It gives message at the bottom saying loading of video failed.
                                    <!--CS: Start Page Field: Promo-Video Snippet-->
                                    <!--SPM:<%@Register Tagprefix="PageFieldMediaFieldControl" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    I then tried inserting into a Page Content section.  I clicked on the Insert tab, click "Video and Audio" then "Embed".  I then paste the following code into the dialog.  The video loads and I click the Insert button.  In
    Edit mode I can see and play the video.  I click to save the page and the video disappear.  I click to edit the page again and the video snippet code I pasted earlier is gone.  <iframe width="510" height="340" src="//www.youtube.com/embed/v6yvW66-ThI?feature=player_detailpage"
    frameborder="0" allowfullscreen></iframe>
                                    <!--CS: Start Page Field: Course-Finder Snippet-->
                                    <!--SPM:<%@Register Tagprefix="PageFieldRichHtmlField" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
                                    <!--MS:<PageFieldRichHtmlField:RichHtmlField FieldName="7028b9a8-236b-42a4-a74d-50c8459ec679" runat="server">-->
                                        <!--PS: Start of READ-ONLY PREVIEW (do not modify)--><div id="ctl02_label" style="display:none">Course-Finder</div><div
    id="ctl02__ControlWrapper_RichHtmlField" class="ms-rtestate-field" style="display:inline" aria-labelledby="ctl02_label"><div align="left" class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer"
    nowrap="nowrap"><span class="ms-formfieldlabel" nowrap="nowrap">Course-Finder</span></div><div class="ms-formfieldvaluecontainer"><div class="ms-rtestate-field">Course-Finder
    field value. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
    irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div></div></div></div><!--PE:
    End of READ-ONLY PREVIEW-->
                                    <!--ME:</PageFieldRichHtmlField:RichHtmlField>-->
                                    <!--CE: End Page Field: Course-Finder Snippet-->
    Thank you.

    Thank you for the link.  I read it over a couple of times but it says youtube doesn't work.  I checked the Site Setting ->HTML Field Security and youtube.com is in the allowed iframes list.  Below is from the link
    Using the "Embed Code" dialog
    When editing a HTML field, there is now a new button available on the ribbon called "Embed Code" in the "Insert" tab. As the <iframe> code is inserted, the dialog tells you that the content will be inserted in a web part. YouTube didn’t work because they
    prevent display in an iframe due to security reasons but Bing did.
    One thing is that we're Intranet site so it has to be https but in the snippet editor of embedded code the video is loaded and plays.  It just disappear after I save the page.  
    Anyway to get youbute iframe to work using either embedded code or in Edit Html source in a SP publishing site page?
    Thank you.

  • I inserted a HTML5 video in page, when I test it in a Browser, I see the poster image and controls, But when I click play button the video goes white, slider moves like its playing, but just white picture. There was no audio included in video. Please help

    I inserted a HTML5 video in page, when I test it in a Browser, I see the poster image and controls, But when I click play button the video goes white, slider moves like its playing, but just white picture. There was no audio included in video. Please help

    Without a link, it's anybody's guess.
    It could be a problem the video rendering itself.  Which software did you use?
    Did you export to the 3 file types -- MP4, OGG and WEBM to support all browsers?
    Does your web server support those 3 MIME file types?
    Nancy O.

  • How to disable the FULL SCREEN option in the 'Insert Video and Audio' option

    Hi,
    I've been inserting some MP3's and using an image for pupils to click on to play the sound, the images are 100 pixels by 100 pixels.
    The only issue is that I have the grey rectangle 'Full Screen' box over the picture. This is ideal when I put videos on but not necessary when you have just an MP3. Also I've noticed that the 'Styles' option is greyed out and due to that I can't change the
    colour of the play button.
    I've been inserting MP3's direct from my PC hard drive to the webpage.
    Any help'd be greatly appreciated.

    Hi,
    Per my understanding, you might want to disable the “Full Screen” button and make other customization when there is an audio file in the page.
    By default, when we insert an audio/video file into page via “Insert Video and Audio” button in the ribbon, an OOTB Media Web Part will be added into the page contains
    the file you added, the “Full Screen” button is a part of this Media Web Part.
    In consideration of you might have other requirements on designing the style, I would suggest you create a custom Media Web Part instead which will enable you customize
    the style as you want.
    About creating a custom Media Web Part, you can use the <audio> tag:
    http://www.w3schools.com/html/html5_audio.asp
    http://www.catswhocode.com/blog/mastering-the-html5-audio-property
    http://www.elated.com/articles/html5-audio/
    There are also other powerful JavaScript audio plugins:
    http://kolber.github.io/audiojs/
    http://jplayer.org/
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Problems inserting video via ms word

    Hi
    I am trying to insert video into ms word for Acrobat Pro Extended as per the instructions below.
    When I get to point three I get a message:
    AdobePDFmakerX Library not registered.
    Screen shot shown in the attached file.
    Any ideas?
    Thanks
    Ken
    Insert video into Word, Excel, and PowerPoint files
    Acrobat Pro Extended adds a feature to Office that enables you to add video in FLV or SWF format to an Office document. Video that is created in other formats is converted to FLV format when it is added.
    After adding a video to an Office document, you can convert the document to PDF and edit the video properties if needed.
    In the Office document, select the position where you want the video to appear.
    Do one of the following:
    In Office 2003, click the Insert Video button in the PDFMaker toolbar.
    In Office 2007, click the Embed Video button in the Acrobat ribbon.
    Click the Browse button, and then locate the video you want to include.
    Change the video settings as needed:
    For video that is not in FLV or SWF format, set a poster image by moving the slider to the desired frame. Then click Set Poster Image From Current Frame.
    To determine how the playback controls are displayed, select an option from the Skin menu.
    To change the display size of the video, click Resize Video, and then change the width and height. Maintain the aspect ratio for best display.
    Click OK to convert the video (if needed), and add it to the document.

    In the future you might want to seach Google with the error message; Often shows one interesting results.
    Any way hopefully this article will point you in the right direction. It seems removing the Office Acrobat Plugin and then re-installing solved the problem for at least one person. See this thread  It it doesn't work specifically with your situation you may want to search the entire results page I got on Google (2 pages) as I don't have time to research them for you and I haven't experienced this specific problem myself.
    Cheers.

  • How i can insert videos, export to pdf and then watch the video? i can't

    How i can insert videos, export to pdf and then watch the video? i can't. It is suposse that i have to configurate the option save but i don't know how... any help?

    Fron the Pages Help menu:
    Using Sound and Movies
    You can add audio—a music file, a playlist from your iTunes library, or any other sound file—to a Pages document. You can add video that plays within a page.
    Pages accepts any QuickTime or iTunes file type, including the following:
    MOV
    MP3
    MPEG-4
    AIFF
    AAC
    Also note that some media files are protected under copyright law. Some downloaded music may be played only on the computer where the download occurred. Make sure the computer you are using has permission to play all the media files included in your document.
    When you add media files to your document, make sure that they will be available if you transfer your document to another computer. When saving your document, make sure the option “Copy audio and movies into document” is selected in the Save window. (If you don’t see the option, click the button next to the Save field to display the entire Save window, and then click the Advanced Options disclosure triangle.)

  • How do I insert video into my webpage?

    I am using Dreamweaver 8. I have taken my camcorder video and uploaded it to youtube and copied the mp4 file to my hard drive.
    I have created a page with several videos on the page. I created a screenshot of the video and sized it to the appropriate size. I then created a link to the video mp4 file. However it opens in a separate page.
    I want to have the video open on the same page in the same location as the screenshot. Click on the image and it just starts playing.
    I notice that I can get it to do this if it is a flash (.flv) file but since all of my videos are mp4 that won't work.
    How do I insert video into my webpage? Do I convert the mp4 files to flash? How? What do I do?
    Thanks
    Matt

    The help docs tell you how:
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f693f21-7c9 fa.html
    or:
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f693f21-7ca da.html
    Or other media objects:
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f693f21-7c9 2a.html

  • Inserting video into templates

    I am extremely new to AE. I have CS6 and am trying to learn it on my own... but it's very complicated.
    I have a template I am working with that I want to insert video clips into. The template has jpegs that say "insert photo or video here". How do I swap the jpeg with the video clip without losing the keyframes and effects? I'm not well-versed enough to just re-do them all. I am using the templates to learn the program but to also build a few videos for the non-profit I work for.
    Another thought I had was if it was possible to copy all the attributes/effects/keyframes from one media piece to another. So if I were to add the video clip to the composition and copy the attributes from the template photo to the video clip I just added and then make the template photo invisible. But I haven't been able to figure that out. :/
    Thanks!

    Welcome to the world of After Effects! As you've noticed, it can be pretty complicated. I highly recommend that you start here. That is a set of resources specifically curated to help people new to AE get started off on the right foot.
    To your question, this page in the AE help has what you need. It says to select the layer you want to replace in the Timeline panel then Alt-drag (Windows) or Option-drag (Mac OS) your new footage item from the Project panel onto the selected layer in the Timeline panel.

  • Insert video that is not hosted by YouTube or Vimeo

    Is it possible to insert videos in Muse that reside only on my own server, and are not hosted by anyone else such as YouTube or Vimeo? My client's videos are proprietary and they only want them to be seen on the site I'm building for them.
    Thanks.

    Yes, you can upload your own videos and link them to your site page.
    More Details :
    http://forums.adobe.com/message/6157351#6157351
    Thanks,
    Sanjit

  • How do you insert live web pages in keynote?

    How do you insert live web pages in keynote?

    Insert a 2D Pie chart on the slide (Insert > Chart > 2D Pie), then place a circle from Shapes overlaid in the centre:

  • Report views correctly in Report Viewer but on export or print, blank page inserted after every page

    Hi all
    I'm hoping someone has an idea what is causing this issue. I am using Crystal 2008 and have created many reports over the years, with no issue like this.
    I have had to create a label file for an Avery label that does not appear in the Crystal Reports default list of label definitions (have done this many times before for other labels, with no issue).
    The report displays perfectly in the CR Report Viewer, however once the report is sent either to PDF export or to the printer, an extra blank page is inserted after every page of the report.
    The fact that it displays correctly in the viewer means there is nothing in the report that is amiss.... there is something going on when the report is sent out.
    I've read a lot of similar problems, however the idea that it is a network problem doesn't explain why the hundreds of other reports I've created exactly the same way... do not have this problem!
    Does anyone know the answer to this puzzle?
    regards
    Kaz

    Hi Karen
    Here is the issue. When you look at the report in the viewer you see this:
    Notice the dashed line after the body of each label. That line is there because the report is formatted to be a column report:
    So the viewer shows you that there is another column to be printed / exported and that is what is happening with the report.
    - Ludek

  • How can I insert an additional page without screwing up the master layouts? I have a document with multiple sized pages and the same master applied to each page.

    My document is currently 10 pages. There are 5 different sizes of the pages. They all have the same master page applied to them. When I go to insert a new page and/or duplicate a page...it screws up where the master layout goes. Surely there is simple way to do this??
    For example:
    These pages are all inserts for a sales folder.
    Pages 7 and 8 are sized at 8.5" w X 10.25" h. Pages 9 and 10 are sized at 8.5" w X 11" h.
    I need to duplicate page 8 and have it go between 8 and 9 and it needs to be sized like pages 7 and 8 (or 8.5" w X 10.25" h)
    When I go to to do this, it screws up the master page layout for the remaining pages of the document.
    I have tried several ways to do this. Can anyone help??
    Thanks!

    Try to define 5 different master pages.

  • On an iPad, how do I insert a blank page between two using iWork Pages?

    I realize how many times I used the word 'pages' in the question, I was unable to think of a less confusing way to word it. :)
    I am using an iPad with Pages loaded on it. All software is up-to-date. I have downloaded a few templates apps to use with it. I have figured out how to add a blank page to the end of the document (by hitting enter at the base of the previous page before it). However, I would like advice or assistance adding a blank page between two existing pages. The other "trick/work around" is not effective. I'd even appreciate learning how to change the order of the pages so I may place the blank sheet where I need it.
    Hope this makes sense. Any advice would be appreciated. Thanks in advance,

    Position the cursor where desired by touching the screen. In the selection bubble that appears,  i.e., Select, Select All, Paste, Insert, choose Insert and from the insert menu choose Page Break. Two Page breaks will produce a blank page.

  • InDesign CS3 crashes when I try to insert a new page

    I'm working on a document that is currently 70+ pages in InDesign CS3, and whenever I try to add a new page (regardless of where I try to add the new page at within the document), InDesign crashes. I haven't experienced this issue with any other documents. After not having worked on this document for several days, I was able to insert 2 new pages today before the issue started again. I've done several searches on the Adobe forums, and I haven't come across anyone who seems to experience this same problem. But if anyone has, or has a suggestion for me to try, I would really appreciate it, as this document needs to grow to 100 pages, meaning I really need the ability to insert pages!!
    Computer: Mac OS X, 10.5.8, Dual 2.3 GHz PowerPC G5
    Software: InDesign CS3
    Error Message: InDesign has unexpectedly quit. A crash report has been generated....

    Thanks, Peter. The problem still persisted through a new indd file created from an exported inx file though. I was able to work around the issue by setting my document to 100 pages in Document Settings. That added enough extra pages at the end of the document which I can then move to other locations within the document.

  • Inserting filename and page numbers into multiple PDF files?

    Have since seen this thread, BUT still interested in the syntax of the code
    to insert filename and page # into multiple files:
    http://forums.adobe.com/thread/951925?tstart=0
    Good Evening (GMT!)
    I have approx 100 PDFs with one or two pages in each, they are English translations
    of Russian language test certificates and the formatting/feel of the originals is lost in
    the translations. The only real link between the two sources is the "_RUS" and "_ENG"
    filename suffixes and the common leading filenames otherwise. Thus I need to maintain
    a record of the filename in any page I print off, should there be a need to refer back to
    the original if the translation is open to artistic licence.
    I have a script (below) that happily adds a page x/y and filename into the active file,
    what I would like is to be able to do this insertion into multiple files as defined by a
    portfolio or a selection via a select files dialogue box
    I am quite out of my depth now as my past skirmishes with JavaScript have set
    cookies and tweaked a few other browser doodads in webauthoring
    Any help most appreciated on this one...
    Kind Regards
    Dr B
    Southampton
    UK
    NB the filename inserted may be corrupted as a result of my last tweakings
    will sort that one out ASAP....
    ================================
    // SetRemoveFooter
    // Modified as marked
    // Menu item generation
    app.addSubMenu({ cName: "Footer",cUser: "Set/Remove Complex Footer", cParent: "File", nPos: 20 });
    app.addMenuItem({ cName: "Set Filename", cParent: "Footer", cExec: "SetFooter(1)"});
    app.addMenuItem({ cName: " -> Set Date .... centered", cParent: "Footer", cExec: "SetFooter(2)"});
    app.addMenuItem({ cName: " -> Set Date .... right", cParent: "Footer", cExec: "SetFooter(3)"});
    //add page x of y
    app.addMenuItem({ cName: "Set Page ", cParent: "Footer", cExec: "SetFooter(4)"});
    app.addMenuItem({ cName: "Set Both", cParent: "Footer", cExec: "SetFooter(5)"});
    app.addMenuItem({ cName: "-------------------------------", cParent: "Footer",cExec: "{}"});
    app.addMenuItem({ cName: "Remove Both", cParent: "Footer", cExec: "RemoveFooter(5)"});
    app.addMenuItem({ cName: "Remove Date Time (Filename)", cParent: "Footer", cExec: "RemoveFooter(1)"});
    app.addMenuItem({ cName: "Remove Page", cParent: "Footer", cExec: "RemoveFooter(4)"});
    //=====================================================================================
    //Set/remove Footer
    function SetFooter(ARG)
    var re = /.*\/|\.pdf$/ig;
    var FileNM = + this.path.replace(re,"")+".pdf";
    var Path = this.path;
    var AcDate = new Date();
    var AcDateFormat = "dd/mm/yyyy"
    var Box2Width = 100
    for (var p = 0; p < this.numPages; p++)
    var aRect = this.getPageBox("Crop",p);
    var TotWidth = aRect[2] - aRect[0]
    if (ARG<=3 || ARG==5)
    {var fd = this.addField("xftDate", "text", p, [30,15, TotWidth-30-30,30]);
    //print output?
    fd.value = util.printd(AcDateFormat, AcDate) + " (" + FileNM +")";
    // TEXT SIZE SETTING
    fd.textSize=12; fd.readonly = true;
    if (ARG==1){ fd.alignment="left" };
    if (ARG==2){ fd.alignment="center" };
    if (ARG==3){ fd.alignment="right" };
    if (ARG==4 || ARG==5)
    {var bStart=(TotWidth/2)-(Box2Width/2)
    var bEnd=((TotWidth/2)+(Box2Width/2))
    var fp = this.addField(String("xftPage"+p+1), "text", p, [bStart,30,bEnd,15]);
    // print output?
    fp.value = "Page: " + String(p+1)+ "/" + this.numPages;
    // TEXT SIZE SETTING
    fp.textSize=12; fp.readonly = true;
    fp.alignment="center";
    //==========================================================================
    function RemoveFooter(ARG)
    if (ARG<=3 || ARG==5) {var x = this.removeField("xftDate");}
    if (ARG==2 || ARG==5) {for (var p = 0; p < this.numPages; p++)
    var x = this.removeField(String("xftPage"+p+1)); }
    will

    Putting this in a batch file within the automation function of Acrobat
    delivers the goods, I need to investigate the formatting of the output to
    get them to line up, have taken the middle ground and gone for a central
    position for the page x/y text...... some lines are redundant
    Dr B
    ===========================================
    var re = /.*\/|\.pdf$/ig;
    var FileNM = this.path.replace(re,"")+".pdf";
    var Path = this.path;
    var AcDate = new Date();
    var AcDateFormat = "yyyy/mmm/dd  HH:MM"
    var Box2Width = 50
    for (var p = 0; p < this.numPages; p++)
    var aRect = this.getPageBox("Crop",p);
    var TotWidth = aRect[2] - aRect[0]
           var fd = this.addField("xftDate", "text", p, [30,15,
    TotWidth-30-30,30]);
           fd.value =  FileNM;
           fd.textSize=12; fd.readonly = true;
           fd.alignment="left";
    var bStart=(0);
    var bEnd=(TotWidth);
           var fp = this.addField(String("xftPage"p1), "text", p,
           fp.value = "Page: " + String(p1) "/" + this.numPages;
           fp.textSize=12;  fp.readonly = true;
           fp.alignment="center";

Maybe you are looking for