How to embed an external player in a java frame?

Hello
I want to use virtual dub player ( which has the capability of playing the video frame by frame and also normally) for some analysis of videos. But I want to embed the player in a java frame and draw some lines on the video. How can i embed the virtual dub player in a java frame?
laks

Look at:
Slight oversight in the Concepts guide regarding external tables
http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14220/schema.htm#sthref777

Similar Messages

  • 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 to embed a pandora player on a website?

    Hello. I'm trying to embed a pandora player on a website I'm putting together. I can't seem to find an actual player that does this. I've found a lot of pandora iframe redirect buttons, but no actual little player. We want to actually embed a miniature version of pandora into our site. Can anyone help with this?
    Thanks

    Hi Billy,
    Found a post on the Pandora blog site that could provide you with directions.
    http://blog.pandora.com/2006/02/02/pandora_21_pand/
    Thanks,
    Preran

  • How can  we see the desktop through a java frame by using JNI?

    How to make a java frame transparent( so that we can see the desktop through it) by JNI? I have seen some code to take a snapshot of the desktop. But is there any code so that the desktop is fully or partially visible through a frame?
    laks

    Please take your time to write full words: "you" instead of "u", "your" instead of "ur". It makes your posts a lot easier to read, especially for those of us who don't have English as their native language.
    You can not really "modify" the behaviour of a method by using a proxy, but you can create a proxy, direct all but one method to the original method and provide a separate implementation for the target method.
    This way you'll have two objects with the same interface (not only in the Java sense, but all methods look the same), but differing behaviour: the original object and the proxy.
    Now if you pass around the proxy instead of the original object, then it'll look as if you changed the behaviour of your object.

  • How to execute an external executable in my java program?

    hi,
    i want to write a java program to execute some external executables.
    for example, i had an executable which takes a string as its input parameter, and:
    it writes to stdout a string : "[stdout] hello, "+parameter+"!";
    it writes to stderr a string : "[stderr] hello, "+parameter+"!".
    and it exits with an error code 1.
    my java program looks like this:
    public class Test {
      public static void main(String[] args)
      throws Exception {
        String inputParameter = "heavyz";
        String stdoutOutput = null;
        String stderrOutput = null;
        int exitCode;
        // Do something here to launch the executable,
        // providing inputParameter as its input,
        // getting its stdout output to String stdoutOutput,
        // and its stderr output to String stderrOutput,
        // and its exit code to int exitCode.
        return;
    }anybody can help me to complete the program above?
    thanks a lot.
    heavy ZHENG

    check out Runtime.getRuntime().exec();

  • How to embed the scriplet code in the java script

    I have an error page. Using the implicit object exception i'm writing stack trace on the page. I have a showerror in the error page. when i click on that link It should display the stack trace.
    for the moment conserder a form containing two text fields which take two inputs. And when you click on the submit. Then it goes to a first.jsp which will convert them into integer and treis to divide. And the divide by zero happens then error.jsp has to be invoked. That should have a hyper link show error . On click of this I want the stack trace to be displayed.

    Hi Man,
    We can't get u man. Pls do clearly,wht u wanna do..
    Cheers

  • Embed a media player in netbeans IDE

    Hi guys!
    I'm pretty new to development in Java, right now I'm using netbeans as the IDE to development a P2P file sharing program for my school project. One of the module is to embed a media player that can playback the media files shared by the program. My group choosed to use VLC. The targeted machine to run is on a Windows XP. If the program can compile and run on Linux, that would be a plus.
    Now, having searched the web on how to embed a player, I am utterly confused and lost.. Can anyone suggest some tutorials on how to embed a media player, or even an alternate player that's easily implementable in netbeans?
    JJ

    When you click on the play video buttons, the rest of the page turns cloudy and the media player pops out. 
    Modal window, Highslide, Lightbox, Floatbox, Litebox, Colorbox...  There are about a hundred different versions of the same thing.
    Also what movies files can I play?? 
    Andy,
    That depends on your target audience.  If you need to support laptops/desktops and smartphones -- Droid, Berries, iPhone, iPads, etc... may may need to offer visitors more than one flavor to choose from.
    See this link -- Video For Everybody!
    http://camendesign.com/code/video_for_everybody
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Embed Windows Media Player

    I need step by step instrustions on how to embed Windows Media player into my web site

    What version of GL are you running?
    If it's a newer version you should have a Windows Media Object in the Object Palette that you can drag and drop onto your page, then link to the .wmv file as though it were a regular image in the inspector.
    Or was there something special you wanted to do?

  • Embed VLC media player into java GUI

    Hi
    Does anybody knows how to embed VLC media player into java GUI.
    thanks

    palakk wrote:
    Hi
    Does anybody knows how to embed VLC media player into java GUI.
    thanksWhat did you find when you googled it?

  • How to play the fms output on external player (linke VLC/mplayer)

    Hi,
    I am encoding some stream on FMLE, and sending to FMS on different machine.
    FMS is receiving the stream through " http://localhost" -> INTERACTIVE -> LIve stream play
         Parameters are,  SERVER:rtmp://live,   STREAM: livestream.
    Now how do i take this out? How can i play this stream from outside network ? i.e if i want to play this stream on a external player like VLC Player using http instead of rtmp what are the modification to be done on FMS side?,
    or with mplayer, or with rtmpdump (this is free utility to play rtmp streams), what is the actual url to be constructed?
    I have tried
    http://192.168.1.12/live/livestream
    rtmp://192.168.1.12/live/livestream
    Both didn't worked. Please reply.
    Thanks.

    Thank you for the reply.
    First of all, i am not a lechie guy. I have no clue on coding things. All i want is to setup,
    FMLE-> FMS, get one URL out of FMS, give it to my clients.
    I thought i can use http, but looks like rtmp is fine.
    Now, in local player, ( http://lolcalhost/ -> Interactive -> Live stream, window, SERVER: rtmp://live, STREAM: livestream ), and the encoded one is playing fine.
    Which means  rtmp://MYPUBLICIP/live/livestream   should also work fine right? It is not, Earlier, when i used rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-download ing-application.htm)  it was giving "Stream not found".
    But now it is saying "Unable to connect to Socket", it triesto conect port 1935, and it is not blocked on my windows FMS (netstat showed port is opened).
    I am really stuck here.
    Please share your thoughts.
    Thanks.

  • I inserted my CD into the external player incorrectly.  How do I get the disc out?

    I inserted a CD into my external player incorrectly into my MacBook Air and can't get the disc out.  What do I do?

    Five ways to eject a stuck CD or DVD from the optical drive
    Ejecting the stuck disc can usually be done in one of the following ways:
      1. Restart the computer and after the chime press and hold down the
          left mouse button until the disc ejects.
      2. Press the Eject button on your keyboard.
      3. Click on the Eject button in the menubar.
      4. Press COMMAND-E.
      5. If none of the above work try this: Open the Terminal application in
          your Utilities folder. At the prompt enter or paste the following:
            /usr/bin/drutil eject
    If this fails then try this:
    Boot the computer into Single-user Mode. At the prompt enter the same command as used above. To restart the computer enter "reboot" at the prompt without quotes.

  • 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

  • How can i update external type of flashplayer

    i'm using JSON with my photoshop script(jsx) UI
    it keeps make Error 1065 when running script in photoshop
    but it works fine at chrome or flash player
    so i find what was the problem
    my plugin type of flash player version is 11.4.402.287
    photoshop uses external type of flash player version is 10.3.230.53
    how can i update external type of flashplayer?

    Is it missing or damaged? Go to an Apple Store or see other vendors like this http://www.dvwarehouse.com/Apple-Power-Cord-US/Canada-for-iMac-Intel-Late-2009-- -Mid-2011-922-9267---NEW-p-38209.html.

  • How to add this mp3 player in my movie flash

    How to add this mp3 player in my movie flash. This mp3 player
    was generated in other web site and after i created what i got back
    was this :
    <center><embed src="
    http://www.mp3asset.com/swf/mp3/myPod.swf"
    quality="high" wmode="transparent"
    flashvars="myid=3597756&path=2007/07/31&mycolor=0xAFC0D4&mycolor2=0x422F21&mycolor3=0xFFF FFF&autoplay=true&rand=0&f=3"
    width="180" height="380"
    name="myflashfetish" align="middle"
    type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    /><br>I made this <a href="
    http://www.myflashfetish.com"
    target="_blank">MySpace Music Player</a> at <a href="
    http://www.myflashfetish.com"
    target="_blank">MyFlashFetish</a>.com.</center><br><br>
    THIS CODE CAN BE ADDED IN ANY WEB PAGE BUT WHAT I WANTED TO
    KNOW IS HOW CAN I PUT THIS INSIDE OF MY FLASH MOVIE???? THANK YOU
    PLEASE HELP ME !!!!!!!!!!!!!

    use the same method that i posted in your other topic, but
    use a new empty movie clip with new instance name and replace the
    "URL" with
    http://www.mp3asset.com/swf/mp3/myPod.swf"

  • How to embed Flash .flv video?

    Hello guys,
    I am wondering, is there any way how to embed Flash video onto my web page?
    And regarding QT video template on iWeb's Movie page, can I drag any kind of QT ? Like H.264 QT for example, or is it just for Mpeg2 QT?
    Thank you so much for any advise.

    What is your video codec you are working with? NTSC (and PAL) DV is about 13 gigs/hr uncompressed. When you export your QT movie from your editing application and convert the file to flv you are compressing the video at that time with a determined bit rate and video dimension. quality and file size comes down to math. File size = bit rate x movie length. Quality is bit rate in relation to dimension. Surprisingly enough the recommended video encoder for flv is Flash Video Encoder application that comes with Flash. Sorenson Squeeze is arguably the best flv video encoder. Visual Hub is not recommended if quality and efficiency is desired. Flash Player is a browser plug-in that that allows web visitors to view Flash videos on your website from their web browse. Most already have Flash player installed and you can insert a script that checks to see if the visitor has Flash player installed and if it doesn't a window will appear informing the visitor that they are required to instal the Flash Player in order to view Flash content on your website. A URL is also provided to direct the visitor to the Flash Player download page. Insert this script into the <head></head> of your site:
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
    with(navigator){
    var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){
    var flashVer = -1;
    if (plugins && plugins.length > 0){
    var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
    desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
    if (desc == "") flashVer = -1;
    else{
    var descArr = desc.split(" ");
    var tempArrMajor = descArr[2].split(".");
    var verMajor = tempArrMajor[0];
    var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
    var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
    flashVer = parseFloat(verMajor + "." + verMinor);
    // WebTV has Flash Player 4 or lower -- too low for video
    else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
    var verArr = reqVerStr.split(",");
    var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
    if (flashVer < reqVer){
    if (confirm(msg))
    window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash";
    </script>
    Then replace <body> with this:
    <body onload="MM_CheckFlashVersion('9,0,0,0','Content on this site requires the latest version of Adobe Flash Player. Do you want to download it now?');">
    Beginning with Flash Player 9 h.264 QT movies are now supported for playback. Simply change the file extension from .m4v to .flv to convert the h.264 video to Flash video that can be viewed from Flash Player 9+ on a web browser.
    hope that helps!

Maybe you are looking for

  • Tv as monitor, no picture (not supported)

    My hubby decided to get the picture size to fit screen. In the process he changed something that is not supported(black screen) for his monitor (tv). We get HP symbol and then a little box "not supported"with black screen. How to I change setting bac

  • Empty .exe files?

    I rarely open my hard drive: no need to since everything is on my Dock. But the other day I did open it, and I found several .exe files at the same level as my System, Library, and Applications folders. All of the files were empty (0 bytes), and all

  • Playing slideshow with music

    Is it possible to have music playing in the background while watching picture slideshow. I have selected the songs in iphoto, but for some reason, still not playing. Help please. 'Thanks Carrene

  • Multiple Libraries, One on Internal HD, One on External HD

    I have a macbook with an 80GB hard drive. I also have it hooked up to two firewire external drives when I have it at home. I have a small iTunes library on the internal drive that I use to listen to music. I also have a huge library on one of the ext

  • Continuos push

    Hi i've been set a replication environment with 2 master site in Oracle 8.1.7. The environment consist of one master group with some tables. The scheduled_push is set to an interval of 1 second and delay_seconds of 0. With the following settings of i