How to embed mpg files?

Hi
How would I embed large (~300MB) mpeg files into a Director
presentation to be played off DVD? I have a menu screen and when
each menu option is clicked it goes to a frame which has the
embedded movie in it. As I posted earlier, this really slows the
presentation right down, and I am wondering if there is a better
way to do it? I dont want to have to purchase an Xtra...
cheers

as an instructor I once knew said to his class after the
frustration of trying to explain what embedding meant, "If I take
this pencil and stab it into your forehead, that's called what
class?" Embedding was the response. the only video that can be
embedded into another file is flash video. Otherwise, no embedding
occurs; only a reference to the video file is placed into Director
and not the actual file.
Here's a good place to start that might provide help with
speeding things up:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12134

Similar Messages

  • How to embed video files

    Hello  there,
    I want to embed video files to my web page.I am having .mts, .mov and .mpg files.
    Please help me....How can i embed all these files.
    Thanks in advance.

    Copy & paste this code into a new, blank document.  Save and upload to your remote server.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--help for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <style>
    video {
        max-width:100%;
        display:block;
        margin:0 auto;
    </style>
    <body>
    <h2>Use 3 File Types to support all browsers:  MP4, WEBM and OGV.</h2>
    <h3>Online Video Converter
    http://video.online-convert.com/</h3>
    <!--begin video-->
    <video controls poster="Your_poster_image.jpg">
    <!--these are 6 sec sample videos for testing purposes. Replace sample-videos with your own files-->
    <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
    <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
    If you're seeing this, you're using an
    outdated browser that doesn't support
    the video tag. </video>
    <!--end video-->
    </body>
    </html>
    If it fails to play, your server probably lacks the proper MIME file types. You'll have to add them to an .htaccess file or contact your web host.
    Nancy O.

  • How to import mpg files & quick time question

    Hello. I found some previous answers here and followed them, which brings me to now. I bought the QT 6 MPEG-2 PLAYBACK-MAC OS X-INT plug in to allow me to bring mpg files from my sony digital camcorder. I keep getting a message that 'this file is not a movie file'. I don't know how to tell if the MPEG-2 plug in is installed, how can I find out in Quick Time? I have Quick Time Pro.
    What application would be best for me to start editing movies? I have IMovie 6.
    Any help is greatly appreciated.
    thanks

    Hi Trib and welcome to the forums!
    Mpeg2 is the standard compressed final delivery format of a DVD, and is not intended for further editing.
    You need to convert your mpeg2 files to a DV stream that you can edit in iMovie 6.
    For that you need mpegStreamclip:
    http://www.apple.com/downloads/macosx/video/mpegstreamclip.html
    which is free, but you must also have the Apple mpeg2 plugin which you have already installed.

  • How to add .mpg file in my jsp

    I wanted to run mpg (video) files within my jsp frame.I will appreciate if somebody forward me the code for that....
    Regards,
    srbwin

    Well i think this cab help u.
    just check it out.
    <HTML>
    CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player components..."
    TYPE="application/x-oleobject">
    <PARAM NAME="FileName" VALUE="testmpg.mpg">
    SRC="/testmpg.mpg"
    NAME="MediaPlayer"
    WIDTH=320
    HEIGHT=240>
    </EMBED>
    </OBJECT>
    </HTML>
    here, testmpg.mpg is the mpg file u wanna play....make sure that
    this html file and the testmpg.mpg file are located in the 'root'
    directory of tomcat...
    next, start tomcat and go to this page....

  • How to import .mpg files into FCE ?

    I have succesfully installed the MPEG StreamClip & flip4mac into my iMac. So now I can both play wmv files on my iMac as well as importing wmv files into iMovie & FCE.
    But now I have another problem:
    1) How do I play mpg files on my iMac ?
    2) How do I bring import mpg files into FCE ?
    Thank you.

    R. Mitchell Fore wrote:
    QTPro gives you many more capabilities than the free player, but I don't think you need it to do anything you've described. You DO need the MPEG-2 Playback component. I'd start there, then see if you need any of the options provided by QTPro.
    Hi there,
    I have purchased the MPEG-2 Playback component from the Apple Store.
    I can now convert the mpg files to mov using the MPEG StreamClip.
    However, I cannot playback the original mpg files using QuickTime Player. I can only playback the original mpg files if I click on the mpg file then goto more info & change open with MPEG StreamClip.
    But how do I open with QuickTime MPEG-2 playback ? I do not even know where the OS installed the MPEG-2 Playback component to ?
    Thanks

  • How to embed html-file into swing

    hello,
    can anybody help me how to embed a html-file into a swing application??
    I try to write a swing-application, that connects to a Internetpage via Sockets.
    The problem is, that I can only see the sourcecode of the InternetPage in my JTextArea, but I want to see the whole Page just like in a browser.
    I hope anybody can help me to solve this problem, thanx mina

    u will need to use the JEditorPane component instead of Jtextarea.here is a url to help u get started
    http://java.sun.com/docs/books/tutorial/uiswing/components/simpletext.html#editorpane

  • How to import mpg files into imove

    trying to import Sony MPG files into imove anyone got some good software to use?

    MPEG Streamclip.
    https://discussions.apple.com/message/11428534

  • How to embed a file(of any type) into excel sheet

    I am creating a excel file through java and its available to browser to download and save as its created at server side.I wnat to embed a file of any type into this excel file like we do thru menu Insert->object , so that when i click on this object i must be able to see/open the file.
    am using jxl package for creating excel file thru wtitablesheet interface.
    Thanks In Advance....

    Dear Terry,
                 Thanks for your kindly remind, Maybe I made a mistake for not clearly claim the request. Like you mentioned, This is an issue for WDA4, I should ask  ABAP exports for help.
                 Anyway, Thanks for you both reply.
    Best Regards
    Richard

  • How to fetch mpg file from content repository

    Hi All,
    I have uploaded a mpg(video) file in content repositoy. But I am not able to fetch
    it and display it using embed tag.
    is anybody aware of a right method to do the same?
    Thanks in advance.

    I was thinking there might be a difference in how the browser handles a
    path with a space when typed into the address bar vs. how the browser
    plugin/activex-object handles a path with a space when it gets it from
    the <param> or <embed> tag.
    Otherwise, I'm not sure what's going on. How content displays on
    someone's computer mostly depends on the persons's computer, how it's
    configured, what's installed, etc. If you can get the Node's BinaryValue
    from the WLP server and it has the correct ContentType and the correct
    bytes, then, at that point, WLP is no longer really involved.
    Do PDFs, word docs, audio, shockwave, and other binary media types
    stored in a WLP content repository display correctly with
    <object><embed> tags in your browser?
    Vijay wrote:
    Hi Gregory Smith,
    There is no problem with path at all. The same path if I write in address bar
    of browser it opens a widows media player and plays the video file.
    Pls suggest.
    Vijay B.
    Gregory Smith <[email protected]> wrote:
    See if using a path of
    http://etgjw4:7001/JWWebApp/ShowBinary/BEA+Repository/Ads/AdsPopup/ad1//image
    (note the + between BEA and Repository) changes anything. If so, you
    can
    use the com.bea.content.manager.ContentHelper.pathInfoEncode() method
    to
    URLEncode the node path, e.g.
    http://etgjw4:7001<%=request.getContextPath()%>/ShowBinary<%=ContentHelper.pathInfoEncode(node.getPath())%>//image
    or, the <cm:getProperty> tag supports this automatically, e.g:
    http://etgjw4:7001<%=request.getContextPath()%>/ShowBinary<cm:getProperty
    name="cm_path" node=<%=node%> conversionType="url"/>//image
    (You might need to double check that code in workshop to make sure it
    compiles).
    Greg
    Vijay wrote:
    Hi Gregory,
    When I type the repository path //property name in the browser's addressbook,
    It opens a windows media player and plays the video file.
    But when I copy the same path and paste it in embed/object tag it justloads up
    a windows media player. When I see the error details it says "Cannotopen. Please
    verify that the path and filename are correct and try again." Thereis a advanced
    button on error window clicking on that it shows "The specified streamtype is
    not recognized. (Error=C00D07E2)
    Cannot open. Please verify that the path and filename are correctand try again.
    (Error=C00D07E2)".
    can you give me a solution on this?
    The HTML code that I have written is attached to this query.
    Thanks alot,
    Vijay
    Gregory Smith <[email protected]> wrote:
    First, make sure the BinaryValue of the property of the Node has the
    correct content-type (should be video/mpeg, or similar). This can be
    in
    1 of the following ways:
    1. Look in the BLOB_CONTENT_TYPE column of the CM_PROPERTY table.
    2. Get the Node (e.g. with <cm:getNode>), then get the BinaryValue
    (with
    <cm:getProperty>), and call the getContentType() method of the BinaryValue.
    3. Show the ShowBinaryServlet on the Node in the browser and see what
    your browser does. The URL would probably be something like
    http://<server>:<port>/<webapp>/ShowBinary/<path to node>, e.g.
    http://localhost:7001/sampleportal/ShowBinary/BEA+Repository/mynode.
    You
    can bring up the properties for that in IE, or Page Info (Ctrl-I) in
    Mozilla; that should tell you the content type the browser received.
    If it's not something like video/mpeg, then that's why it's not working.
    Make sure you browser has support of mpegs in <embed> by creating a
    simple html file with an <embed> to an mpeg file (don't use the server
    at all). If that works and the content-type of the node is correct,you
    should be to create an html file with an <embed> to the URL in #3 above,
    e.g.
    <embed
    src="http://localhost:7001/sampleportal/ShowBinary/BEA+Repository/mynmode">
    </embed>
    If that works, make sure your jsp is generating the correct HTML.
    Greg
    Vijay wrote:
    I am using weblogic 8.1.
    Gregory Smith <[email protected]> wrote:
    What version of WLP are you using?
    Vijay wrote:
    Hi All,
    I have uploaded a mpg(video) file in content repositoy. But I am
    not
    able to fetch
    it and display it using embed tag.
    is anybody aware of a right method to do the same?
    Thanks in advance.
    New Web Application Page

  • How to open MPG files with Quicktime PRO

    I have just bought my first Mac.
    I have a lot of videos, that I did with my Sony DVD webcam,
    and I used the sony software to download them.
    All of them are in MPG extension.
    Not MPEG2 or other, just MPG.
    But the Quick time says:
    The movie could not be opened.
    The file is not a movie file.
    How can I open them ?
    Thanks

    I just need the Apple MPEG-2 Playback Component, right ?
    As indicated above, you need both the QT MPEG-2 Playback component (handles the MPEG-2 video data only) and an application like MPEG Streamclip (free) to handle the demultiplexing of the "muxed" data and act as a data bridge to the QT environment. Basically you are dealing with two somewhat different methods of storing and playing data. In the first case, the audio and video data is stored in "blocks" of data that are spatially interspersed in a single data stream to maintain physical synchronization. QT, on the other hand, is based on multiple tracks of data which are synchronized temporally to an external clock. The problem is changing the former to the later and keeping the audio and video content in proper synchronization.
    So, today I bought the QuickTime pro and just thinking about editing the films in imovie, it will be of no help then... right?
    As indicated above, MPEG-1/2 files are "playback" only compatible with QT and then only if the correct QT components are installed. They are only partially "conversion" compatible since QT, by itself, can only handle the video or the audio data but not both at the same time which is necessary for temporal synchronization of both to a common clock reference. Further, since source data does not have common time references for both audio and video data, it cannot be edited in its "muxed" state in time based app like QT. So if you were planning on using QT 7 Pro and the MPEG-2 Playback component to convert your files to an iMovie editable format, then yes, you wasted your money buying a QT 7 Pro key here. On the other hand, QT 7 Pro can convert/edit MPEG-2 content which is stored as elementary data streams (i.e., separate tracks) of data within a file container. In addition, if you plan to layer, scale, mask, etc. content (i.e., picture-with-picture, picture-in-picture, backgrounded video, etc. effects), then QT 7 Pro would be very useful for "quickie" edits not requiring a full-blown video editor. (I personally recommend having both QT 7 Pro and MPEG Streamclip installed as each has complementary editing features not found in the other.)

  • How to embed PDF file within a parent PDF file

    Hi,
    I have created a button on my PDF document to open another PDF file in a new window. I want to sent this PDF to my client who will then mass email it out. My problem is that I want to embed the second file so it goes where ever the parent PDF goes and will open without file location errors, and not rely on both files being sent.
    I have read somewhere that this happens automatically if you attached a sound or movie clip??
    Thanks for any help.
    P.s I am using Acrobat Professional CS3
    I have also tried packaging files together, but it still seems to look of the external second file.

    Hi,
    I have created a button on my PDF document to open another PDF file in a new window. I want to sent this PDF to my client who will then mass email it out. My problem is that I want to embed the second file so it goes where ever the parent PDF goes and will open without file location errors, and not rely on both files being sent.
    I have read somewhere that this happens automatically if you attached a sound or movie clip??
    Thanks for any help.
    P.s I am using Acrobat Professional CS3
    I have also tried packaging files together, but it still seems to look of the external second file.

  • How to embed jnlp file into html page using object tag

    hi everyone,
    i have written one jnlp file like this.
    <?xml version="1.0" encoding="utf-8" ?>
    <!-- JNLP file for Demo applicaion -->
    <jnlp spec="1.0+" codebase="http://localhost:9080/base/" href="SampleExample.jnlp">
         <information>
              <title>Demo Application</title>
              <vendor> </vendor>
              <description>Sample Demo Application</description>
              <offline-allowed/>
         </information>
         <security/>
         <resources>
              <j2se version="1.3+" />
              <jar href="common.jar" main="true" download="eager" />
              <jar href="classes12.jar" download="eager" />
              <jar href="toplink.jar" download="eager"/>
              <package name="com.applet.*" part="applet" recursive="true"/>
         </resources>
         <applet-desc name="grid" main-class="com.applet.PriceGrid" width="1000" height="300"/>
    </jnlp>
    i am trying embed that jnlp file using object tag like
    <OBJECT
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="1000" HEIGHT="300" NAME="grid">     
    <PARAM NAME="jnlp" VALUE="http://localhost:9080/base/SampleExample.jnlp">
    </OBJECT>
    but i am not able to load the applet using Web Start.
    Can anyone please help me. This is very Urgent for me.
    Thanks & Regards,
    Shiva.

    thanks.
    i am giving my problem clearly. i have one applet. Previously i am loading the applet in my html page using object tag like this...
    <OBJECT
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="1000" HEIGHT="300" NAME="grid">
    <PARAM NAME="CODE" VALUE="com.adp.base.applet.PriceGrid.class" >
         <PARAM NAME="ARCHIVE" VALUE="common.jar,classes12.jar,toplink.jar" >
         <PARAM NAME="NAME" VALUE="grid" >
    <PARAM NAME="type" VALUE="application/x-java-applet">
    <PARAM NAME= "cache_option" VALUE ="no">
    </OBJECT>
    now what i need to do is
    i need load the applet only first time using web start and when ever the applet code changes in the server i need to reload the applet.
    for that i kept all the applet resources in .jnlp file.i want to cache all the resources which are in .jnlp file and applet must be displayed within a web page within a browser.
    Webstart always open a new application windows.
    I need to run an Applet embedded within a web page within a browser.
    Is there a way to still use Webstart?

  • How to convert .mpg files into .avi?

    Hi,
    can anyone advise me the programme that could convert file with mpg extension into file with avi extension? Preferably free.
    Thanks in advance.

    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    Free.

  • PPT switcher- how to embed mpeg files in a Keynote presentation?

    I used to take short mpeg files and embed them so they would run on a slide while I talked- it seems I can only attach iLife files.
    Does this mean I have to import all the mpegs into iMovie and convert them into "sharable" formats to make them usable? I don't need to export them with PDFs or anything, just run them on the screen in class. I'm not even sure if I can import them- many are provided by textbook companies and may be protected somehow.
    Once again, thanks in advance for any help!

    If Quicktime can play it, you can import it.
    If Quicktime can't currently play it, all you need is the codec for it, usually by downloading and installing:
    http://www.macupdate.com/info.php/id/22923/perian
    and
    http://www.macupdate.com/info.php/id/17787/flip4mac-wmv-player
    If you upgrade Quicktime to Pro you should be able to re-export any movie file into any other format, although that can be slow.
    Usually it is better to use something like:
    http://www.macupdate.com/info.php/id/8988/ffmpegx
    Peter

  • How to embed swf files on Sandvox websites

    Hi All,
    Any one here familiar on working with SandVox websites from www.Karelia.com? I just designed a flash player for a new client, and now his having problems trying to embed it. The vidPlayer uses an xml file and plays the required video from the same location as the swf file.
    Any help on this, really appreciated.
    Kind Regards,
    Boxing Boom

    Depending on what sites you are trying to access, you might find that some of them (probably more so if they are news sites) have their own apps in the App Store which might let you get some of the content that you want (and there is the built-in YouTube app). Also there are browsers such as Skyfire which 'work' on some sites - but judging by the reviews not all sites. If you want to play flash games then you are out of luck if you want to play on-line (unless something like the iSwiffter app work with it), but again some of them have app versions in the store.

Maybe you are looking for

  • Printing a PDF larger (twice normal size)

    Hello all, I have a PDF I wanna print out. When I print it it's 1 pg long. I want to double its size & print it over 2 pages. I have tried the following: in PREVIEW.app--increasing Page Setup print size to 200%. This just centers the PDF and leaves o

  • Music and your devices

    I upgraded my phone to the newest iPhone (4s) and can't get all of my music on it (or my iPad for that matter). It says that some of the musice is already on 5 devices. Seeing that this is my 3rd iPhone, my music has been on the 1st two, my computer

  • 30in apple display with NEW 2011 macbook pro

    I have a new macbook pro 2011 15in but when i plug the mini display port to dvi in top the dvi connetion from the display it will show a clear image but is very zoomed in an you can see the pixles very clearly which is verry hard to work with when i

  • SSSLERR_SSL_CONNECT

    The scenario is  EP6 SP2 with IIS proxy configured.. The Front-end IIS SSL Cert expired I renewed the cert... now I am getting..following error: IisProxy.dll: 500 Internal Server Error ProxyWorker(): IOException: SapSSLStart() failed: -57 (SSSLERR_SS

  • How to create a list of people you haven't emailed in 6 months?

    Wondering if anyone can help me out or point me in the right direction to accomplish the following: +Generate a list of all Contacts in AddressBook who have not received an email from me in the last 6 months.+ Is it possible to do a search across two