How to present data as image,sound,vedio

how to present data as image,sound,Vedio in oracle form builder

Hello,
Only a JavaBean could display sound/video material within a Forms module.
A few month ago, I've seen a post from someone that seem to successfully write this kind of been with the SUN Java Media Framework plug-in.
Unfortunately, this person didn't want to share his/her experience...
Francois

Similar Messages

  • How to present data horizontally

    Hi,
    I want to present data horizontally like the file system using ADF 11g. is there any componets in ADF 11g that can be used to do that ? any suggestitons?
    Thanks
    Jayson

    Jayson,
    Are you trying to show some navigation map (how you got to this page etc)?
    If you are, then try using the af:breadcrumbs component.
    Other than that, if you wand to show some table data horizontally, then you will have to manually iterate thru the iterator and lay out the contents. I am not aware of any component that lays out table that horizontally. Then again, I am no expert on ADF, so take my advice witha a grain of salt.
    HTH,
    --AJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to change date of image?

    The image date metadata field seems to be locked and there is no way to change it.
    Any ideas?
    Thanks, Bill

    Bill,
    Took me a while to find this out, but I have an answer for you:
    When you first import images in Aperture (Command-I), you have the option to change the Time Zone on your camera, as well as in the images you are about to import. Unfortunately, you cannot change the Time/Date to something different because that metadata is stored in EXIF. EXIF data is captured by the camera, and Aperture honors this data as the EXIF stadard dictates. If the Time/Date is wrong on your camera, the Time/Date on your images will be incorrect as well.
    There is, however, a work-around. Applications such as PhotoInfo (http://www.versiontracker.com/dyn/moreinfo/macosx/19797) and EXIFViewer (http://www.versiontracker.com/dyn/moreinfo/macosx/22500) allow you to edit EXIF data. Once you edit your JPG/TIF/RAW files, just reimport them into Aperture and you should be good to go.
    Just a word of advice: If the Time/Date on your images is incorrect, make sure the Time/Date on your digital camera is set correctly. Otherwise, you'll have to go throught this process everytime you import your images.
    More info on EXIF can be found here: http://www.steves-digicams.com/techcorner/October_2005.html
    Hope this helps.

  • How to present data from jsp?

    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ page contentType="text/html; charset=Shift_JIS" %>
    <html:html>
    <head>
    <title>
    index
    </title>
    </head>
    <body>
    <h1>JBuilder Generated Struts JSP for ActionForm com.detail.actionform.IndexActionForm</h1>
    <p>
    <html:form action="/indexAction.do" method="POST">
    <DIV align="center" style="overflow-x:hidden;OVERFLOW-Y:scroll;width:460;height:350">
    <TABLE border="1" width="100%">
    rem
    this iterate cannt show any data for me.
    But i found that Bulliten and dataArrayList they all have data.
    I dont know where have a problem?
    please show me.
    <logic:present name="loginActionForm" property="dataArrayList">
    <logic:iterate id="Bulliten" name="loginActionForm" property="dataArrayList" scope="session" offset="0" length="1000">
    <TR>
         <TD width="10%">123<bean:write name="Bulliten" property="bulcode" filter="true" /> </TD>
    </TR>
    </logic:iterate>
    </logic:present>
    </TABLE>
    </DIV>
    <html:submit property="submit" value="Submit"/><br>
    <html:reset value ="Reset"/>
    </html:form>
    </body>
    </html:html>

    this is web view source :
    <html lang="ja">
    <head>
    <title>
    index
    </title>
    </head>
    <body>
    <h1>JBuilder Generated Struts JSP for ActionForm com.detail.actionform.IndexActionForm</h1>
    <p>
    <form name="indexActionForm" method="POST" action="/struts/indexAction.do">
    <DIV align="center" style="overflow-x:hidden;OVERFLOW-Y:scroll;width:460;height:350">
    <TABLE border="1" width="100%">
    </TABLE>
    </DIV>
    <br>
    <br>
    <br>
    <br>
    <br>
    <input type="submit" name="submit" value="Submit"><br>
    <input type="reset" name="reset" value="Reset">
    </form>
    </body>
    </html>

  • How to present results from a sql-query in java

    Hi - I'm having problems finding out how to present data from a database-query in a nice looking way in a JFrame. Want to present them similar to the way they are presented in the database. Is there an easy way doing this?

    Tried to use a JTable, but it's difficult when data in the table should be able to change all the time, i.e the number of rows. What is a Html-table? Can i use it in an application?

  • How to obtain date of creation if image is obtained using getImage()

    When Image is obtained using getImage() method , how to
    obtain date of creation or another header value if image is
    obtained using getImage method.

    Actually, some formats do indeed have creation or modification dates built in. e.g. http://www.w3.org/TR/PNG-Chunks.html#C.tIME. (Of course since most programs save a new copy of the file every time, the two dates are the same.) However, just because formats have this data doesn't mean it's reliable or even present. Your best bet is to pass creation dates in an Applet param tag for applets (assuming you were referring to Applet.getImage()) or to parse out a filename from a classloader URL and use a File object to check (assuming you were instead referring to Toolkit.getImage(URL)). That's the best answer I have without knowing more about what you are trying to accomplish.

  • How can I get Data from the Sound cart in Labview? Does a VI exist?

    How can I get Data from the Sound cart in Labview? Does a VI exist?

    Yes, there are VIs for acquiring data from Sound cards. And examples too. If you don't have LabVIEW yet, do a search on NI's site for example VIs.
    Khalid

  • How to write data to an XML file present under application server

    frnds: can ne one tell me, how to write data in to a file, which is present under a application server
    Ex: i want to write a string data in to a file test.txt which is present under "http://localhost:8080/<some_webapp>/test.txt"
    Note:i have deploted a service<some_webapp> under Tomcat/webapps dir

    Very simple. A servlet can writes to that file if it has the good rights.
    In the servlet get (or post) method, use a code like this:
    import java.io.*;
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) {
    try {
    String filePath = this.getServletContext().getRealPath("/text.txt");//See http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletContext.html#getRealPath(java.lang.String)
             PrintWriter writer = new PrintWriter (filePath);
            //or BufferedWriter out = new BufferedWriter(new FileWriter(filePath));
            writer .println("aString");
           writer.flush();
            writer .close();
        } catch (Exception e) {
           e.printStackTrace();
    }Hope That Helps

  • How to process data in the past based from data in the present

    hello guys,
    i have a problem in my labview programs. how to process data in the past based from data in the present ?
    i have a formula self-organizing maps
    this formula is looking for D1, D1 is neuron index that will be searched for the smallest value.and the result are D1=2 ,D2=5, D3=17 from calculating with formula  .it means the smallest value is 2, "2" from weight [2 2] in file attached.
    and then it will be in other formula
    it mean [2 2] + 0.5 ( [1 1]-[2 2] ) = [1.5 1.5]
    and the weight will be  [1.5 2 2 ] in matrix
                                              1.5 3 5
    I would appreciate any input/help on solving this
    thanks
    Attachments:
    dika.vi ‏16 KB
    weight.txt ‏1 KB
    data .txt ‏1 KB

    Hi Ronny Hanks,
    Moving your records from internal table into the database table depends upon various scenarios :-
    1. If you use INSERT statement.
    INSERT <database_table> FROM TABLE <internal_table>.
    But in this case, you need to make sure that you don't have any duplicate entries in your internal table that violates data entry into database table, else you will get a dump.
    INSERT <database_table> FROM TABLE <internal_table> ACCEPTING DUPLICATE KEYS.
    In this case, you are forcefully inserting duplicate records into your database table which may lead to data redundancy in your database table.
    2. If you use UPDATE statement.
    UPDATE <database_table> FROM TABLE <internal_table>.
    This will update the existing records in your database table from the internal table.
    3. If you use MODIFY statement.
    MODIFY <database_table> FROM TABLE <internal_table>.
    This statement works both in combination of INSERT & UPDATE statements.
    Existing records (in database table) will be eventually updated/modified and new records (not in database table currently) will be successfully inserted into the database table.
    Hope this solves your problem.
    Thanks & Regards.
    Tarun Gambhir.

  • How do I upload an image with sound?

    Photshop CS5.1
    Windows 8
    I've got my audio file in Photoshop anx my image. It's in a timeline animation, the sound is fine, too. But when I play, the next frame removes my one image for the rest of the time.
    How do I make my image stay for the whole Audio and what formats can I export it in for an image with sound. Do I need additional software?

    Photshop CS5.1
    Windows 8
    I've got my audio file in Photoshop anx my image. It's in a timeline animation, the sound is fine, too. But when I play, the next frame removes my one image for the rest of the time.
    How do I make my image stay for the whole Audio and what formats can I export it in for an image with sound. Do I need additional software?

  • I did a presentation with many images and animations, now I need to change only the images without modify the related animations. How can I do it?

    I did a presentation with many images and animations, now I need to change only the images without modify the related animations. How can I do it?
    I use Keynote 09

    Select the image you want to change and go to Format Menu>Advanced>Define as Media Placeholder (or command, option, control i).

  • How to print the date the image was taken as a watermark on the image

    I want to print the date the image was taken (available as EXIF-data) as an automatic watermark (or otherwise as a caption ON the photo, and not as a header of a footer above or under the photo). I can't find how to do it. Any help? Thanks!

    The only way you could batch this with out of the box PE is to put in via process multiple files in the editor, but you'd have to manually type it in and can only do one date per batch of files. So you could do all the photos taken on one day in one batch, but not a group taken on different days.

  • How can i  view an image (ORDSYS.ORDImage) present in db

    hi
    how can i view an image (ORDSYS.ORDImage) present in db through sql developer?
    regards
    manoj

    Manoj,
    I put a request in to the SQL Developer exchange to do this natively and it has been accepted. In the meantime you can use the following SQL...
    select ordsys.ordimage.getcontent('column') from 'table'
    The resulting image can then be viewed in the results tab if it is a type that SQL Developer recognizes such as a JPEG.
    Cheers
    Alex

  • How do I resolve the "insufficient data for image" error for Adobe reader 11.0.04?

    How do I resolve the "insufficient data for image" error for Adobe reader 11.0.04?

    Hi Johnkel1524,
    Please refer : http://helpx.adobe.com/acrobat/kb/insufficient-data-image.html
    Also try updating to 11.0.5 and check.

  • How to i add an image path with spry data set

    hi
    how to i add an image path with spry data set. I made a xml file and then created a data set in html but image won't load
    this is my XML
    <?xml version="1.0" encoding="UTF-8"?>
    <banner width = "185" height = "400">
        <item>
            <image scr = "nui-panforte-recipe_01.jpg" ></image>
            <description>CHOC-COCONUT PANFORTE</description>      
            <text1>Try this delicious GLUTEN FREE Christmas treat</text1>
            <text2>CHOC-COCONUT PANFORTE</text2>
        </item>
    </banner>
    this is my HTML
    <!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" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="../../SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="../../SpryAssets/SpryData.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.XMLDataSet("recipe_banner.xml", "banner/item");
    //-->
    </script>
    </head>
    <body>
    <div spry:region="ds1">
      <table>
        <tr spry:repeat="ds1">
          <td>{image}</td>
          <td>{description}</td>
          <td>{text1}</td>
          <td>{text2}</td>
          <td>{text3}</td>
          <td>{text4}</td>
          <td>{link}</td>
          <td>{url}</td>
          <td>{target}</td>
        </tr>
      </table>
    </div>
    </body>
    </html>

    It would be helpfull if you actually created an <img> tag to start with
    <img src="{image/@src}" />
    would work.

Maybe you are looking for

  • How do I open a vi and run it programmatically from vb6

    The following code opens the dialog box but not the vi and I also need to run the vi from this app. Dim LV As LabVIEW.Application Private Sub Form_Load() Set LV = New LabVIEW.Application Debug.Print LV.ApplicationDirectory = "C:\LabViewProgs" Debug.P

  • What is "CleanLibrary" in a users profile folder?

    Lately with new 10.8/10.9 OS Macs we've been seeing a folder called "CleanLibrary" rather than the hidden library file for users that have hosted Home folders on a 10.8 server.  What is this, why don't they have the standard Library folder and why is

  • Connect computer to TV??

    So my computer has a place to connect a VGA connector (the one with 15 spikes). My TV is a Symphonic SSC199. It has places to plug in yellow and white inputs, right in the front, and that's it. I want to connect my computer to my TV, but I don't know

  • Illustrator cc issue

    hello, any one can help me in this urgent case: HOW TO ENABLE ILLUSTRATOR CC TO WRITE ARABIC LIKE MIDDLE EAST VERSION? THERE IS ANY MIDDLE EAST VERSION FOR CC ? REGARDS

  • Problem with the ABAP List output while running program in background.

    Hi ,     This is Sudhir S . I am trying to run a report in background which has 60 columns , but only 13 are displayed when we view it through the spool abap list . But when I run in foreground all the 60 columns are displayed. Since the data which I